Login
Remember
Register
Ask a Question
Recent questions tagged c-programming-interview-questions-answers
0
votes
1
answer
What are the differences between #include in C and import in Java?
asked
Jan 11, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What can be the smallest executable code in C Proramming?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
Can a variable be both const and volatile?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
How to write your own sizeof operator?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
How to dynamically allocate a 2D array in C?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What is the difference between array and pointer?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What are the Differences between ++*p, *p++ and *++p?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What is difference between i++ and ++i?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
Can an array be an lvalue?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
How can we tell whether a loop ended prematurely?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
Can the last case of a switch statement skip including the break?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What is a local block in C Programming?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
How can we Add Two Numbers Without Using the Addition Operator?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What is dynamic data structure in C Programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What are header files and what are its uses in C programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What are differences between Source Codes from Object Codes?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What are the differences between the macros and the functions?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
What is the use of a semicolon (;) at the end of every program statement?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
How do you override a defined macro in C Programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
0
votes
1
answer
Write a program to get the higher and lower nibble of a byte without using shift operator?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-interview-questions-answers
To see more, click for the
full list of questions
or
popular tags
.
...