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