Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
What are the rules for the identifier?
What is the use of a static variable in c?
out put of printf(ā%dā,printf(ram));
What is #error and use of it?
write a program which will count occurance of a day between two dates.
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Can u return two values using return keyword? If yes, how? If no, why?
What do you mean by c what are the main characteristics of c language?
Explain following declaration int *P(void); and int (*p)(char *a);
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the use of volatile?
What are local variables c?