Answer Posted / ramesh
it comes out of execution normally.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is c programming hard?
Describe explain how arrays can be passed to a user defined function
How can you find out how much memory is available?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What does c mean before a date?
What is the difference between class and object in c?
Can I initialize unions?
write a proram to reverse the string using switch case?
What is gets() function?
Explain enumerated types in c language?
What is calloc()?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is the difference between fread buffer() and fwrite buffer()?