What does int main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
difference between object file and executable file
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What are the advantages of union?
print a "hello" word without using printf n puts in c language
What is pointer to pointer in c with example?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What is a class?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the real time usage volatile?
In scanf h is used for
List out few of the applications that make use of Multilinked Structures?
How do you list files in a directory?