Why we use void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
which one low Priority in c? a)=,b)++,c)==,d)+
How can I insert or delete a line (or record) in the middle of a file?
What does malloc () calloc () realloc () free () do?
Without using main fn and semicolon,print remainder for a given number in C language
How the C program can be compiled?
How can variables be characterized?
What are pointers in C?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Can anyone tell what is stack overflow? what precaution we should take?
What functions are used for dynamic memory allocation in c language?
what is self refrential structure
Write a program to find the smallest and largest element in a given array in c language