How we can insert comments in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
Are bit fields portable?
Why do u use # before include in a C Progam?
What is binary tree in c?
Explain how can I open a file so that other programs can update it at the same time?
What is c language used for?
Write the control statements in C language
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
what is the difference between strcpy() and memcpy() function?
What is the purpose of macro in C language?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
What is a stream water?
What is getch?