What is meaning of "Void main" in C Language.
Answer Posted / sxrfggggggggggggggggg
does not return
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of Macro over function?
Is there a way to jump out of a function or functions?
Explain how do you determine the length of a string value that was stored in a variable?
What is difference between arrays and pointers?
What are multibyte characters?
What is structure in c explain with example?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why isn't any of this standardized in c? Any real program has to do some of these things.
Why we not create function inside function.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
In a switch statement, explain what will happen if a break statement is omitted?
What are the advantages of using macro in c language?
What will be your course of action for a push operation?
explain what is an endless loop?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc