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
find the size of structure without using the size of function
what are enumerations in C
Why c language?
what is the use of #pragma pack, wer it is used?
Why should I use standard library functions instead of writing my own?
what is data structure
Difference between strcpy() and memcpy() function?
What is the purpose of 'register' keyword?
What is the difference between text files and binary files?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
what does keyword ‘extern’ mean in a function declaration?
write a program to fined second smallest and largest element in a given series of elements (without sorting)