What are the preprocessor categories?
No Answer is Posted For this Question
Be the First to Post Answer
What is new line escape sequence?
How to print India by nested loop? I IN IND INDI INDIA
How will you allocate memory to double a pointer?
how to make program without <> in library.
What does the format %10.2 mean when included in a printf statement?
write a progam to compare the string using switch case?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What are the types of arrays in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How can I return multiple values from a function?
what is void pointer?
what is the difference between char * const and const char *?