Answer Posted / siddiqui mohd. faisal
main is a keyword which tells the compiler that actual
program starts from here.
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is a stream water?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is identifiers in c with examples?
When is the “void” keyword used in a function?
What is an endless loop?
what is bit rate & baud rate? plz give wave forms
Array is an lvalue or not?
What is the use of f in c?
When should we use pointers in a c program?
What is %s and %d in c?
Is c is a high level language?
Can you please explain the scope of static variables?
What is void main ()?