How we can insert comments in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of a shell structure?
write a proram to reverse the string using switch case?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
Why cant I open a file by its explicit path?
Is Exception handling possible in c language?
what are the different storage classes in c?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
why java is called as a purely oops language.
What is void c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
main() { printf("hello%d",print("QUARK test?")); }