What does main () mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are nested functions in c?
write a program for egyptian fractions in c?
What is the difference between null pointer and wild pointer?
Program to find the value of e raised to power x using while loop
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is external variable in c?
What does a pointer variable always consist of?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
How can I get random integers in a certain range?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What are the storage classes in C?