Is it fine to write void main () or main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of unary operators?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Where is c used?
What is optimization in c?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Why pointers are used in c?
What are local and global variables?
who is the editor of 'pokemon'?
write a program to concatenation the string using switch case?
What are static variables in c?