Is it possible to execute code even after the program exits the main() function?
No Answer is Posted For this Question
Be the First to Post Answer
what does ‘#include’ mean?
64/square(4)
Why can’t constant values be used to define an array’s initial size?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is the Purpose of 'extern' keyword in a function declaration?
Which built-in library function can be used to match a patter from the string?
Explain how do you list files in a directory?
Do you know null pointer?
How do you write a program which produces its own source code as output?
what are the difference between ANSI C and Let Us c and Turbo C
How can I find out if there are characters available for reading?