Why main function is special give two reasons?
No Answer is Posted For this Question
Be the First to Post Answer
what is the self-referential structure?
who is the founder of c
19 Answers College School Exams Tests, HP,
What does 2n 4c mean?
Can you write the function prototype, definition and mention the other requirements.
Is there any book to know about Basics of C Language?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what are brk, sbrk?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
what does ‘Bus Error’ mean?
To what value do nonglobal variables default? 1) auto 2) register 3) static
What is main function in c?
What is a substring in c?