how can f be used for both float and double arguments in printf? Are not they different types?
Linked lists -- can you tell me how to check whether a linked list is circular?
What do you mean by scope of a variable in c?
What is meant by initialization and how we initialize a variable?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the right type to use for boolean values in c?
What is a const pointer?
What is p in text message?
What is your stream meaning?
What is declaration and definition in c?
What is use of bit field?
Write a program to identify if a given binary tree is balanced or not.
What is the size of enum in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Can you subtract pointers from each other? Why would you?