what does exit() do?
Answers were Sorted based on User's Feedback
Answer / shruti
nopes,
it does not come out of the executing prog normally..
for that, we have to explicitly mention as
exit(0);
| Is This Answer Correct ? | 7 Yes | 0 No |
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What is p in text message?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Does * p ++ increment p or what it points to?
p*=(++q)++*--p when p=q=1 while(q<=6)
How many levels of pointers can you have?
what are advantages of U D F?
How can you determine the maximum value that a numeric variable can hold?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is class and object in c?
When is an interface "good"?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .