When is a “switch” statement preferable over an “if” statement?
What is assert and when would I use it?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
how to create c progarm without void main()?
write a program for the normal snake games find in most of the mobiles.
print out of string in this format; 1. "rajesh" 2. \n 3. %d
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the purpose of 'register' keyword?
Linked lists -- can you tell me how to check whether a linked list is circular?
How to add two numbers with using function?
What is the difference between printf and scanf in c?
what is the difference between i++ and ++i?