Answer Posted / devi
main function is used in C,C++,Java languages which is
first read by the compiler.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why do we use header files in c?
Explain how can you check to see whether a symbol is defined?
What is a shell structure examples?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Who developed c language and when?
Are enumerations really portable?
What is character set?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is the use of structure padding in c?
What tq means in chat?
Which is better malloc or calloc?
What is the difference between exit() and _exit() function?
What are preprocessor directives in c?
What is integer constants?
how to make a scientific calculater ?