What is the difference between int main and void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Is it possible to initialize a variable at the time it was declared?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
Why clrscr is used after variable declaration?
how to find the given number is prime or not?
What are pointers in C? Give an example where to illustrate their significance.
Are there any problems with performing mathematical operations on different variable types?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is the difference between malloc calloc and realloc in c?
can you change name of main()?how?
size maximum allocated by calloc()