What are comments and how do you insert it in a C program?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap 4 number without using temporary number?
Differentiate between the expression “++a” and “a++”?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
What is the difference between exit() and _exit() function?
What is the purpose of Scanf Print, getchar, putchar, function?
What is file in c language?
What does c value mean?
What are the two types of structure?
whats the use of header file in c?
char *p="name"; printf(p);
What is the difference b/w Structure & Array?
What is clrscr ()?