Login
Remember
Register
Ask a Question
Recent questions in C Plus Plus
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
Is a default case necessary in a switch statement?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
When is a switch statement better than multiple if statements in C Language?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-progamming-interview-questions-answers
0
votes
1
answer
Should variables be stored in local blocks in C Programming?
asked
Jan 9, 2024
in
C Plus Plus
by
GeorgeBell
c-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
When is the "void" keyword used in a function C Programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-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
How to call a function before main() in C Programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-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
Can you tell me how to check whether a linked list is circular?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
Write down C program to check the given number format is in binary or not?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-questions-answers
0
votes
1
answer
Write a C program to check if it is a palindrome number or not using a recursive method
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-inteview-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
0
votes
1
answer
Can we compile a program without a main() function in C Programming?
asked
Jan 7, 2024
in
C Plus Plus
by
GeorgeBell
c-programming-questions-answers
0
votes
1
answer
How can you remove duplicates elements in an array in C Programming?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
Which is better #define or enum?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
Is it possible to access a global variable from a block where local variables are defined?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
Which structure is used to link the program and the operating system?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c_interview-questions-answers
0
votes
1
answer
What is a near pointer and a far pointer in C?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
What is the difference between āgā and āgā in C?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
What are dangling pointers? How are dangling pointers different from memory leaks?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
What is the difference between #include "..." and #include <...>?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
Why is it usually a bad idea to use gets()? Suggest a workaround.
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c_interview-questions-answers
0
votes
1
answer
What is typedef in C Programming Language?
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
0
votes
1
answer
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
asked
Jan 6, 2024
in
C Plus Plus
by
GeorgeBell
c-interview-questions-answers
Page:
« prev
1
2
3
4
5
6
7
8
...
19
next »
Recent questions in C Plus Plus
...