Answer Posted / padma
c dont have that much capacity to handle errors...
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is linear search?
What is the use of #define preprocessor in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are the preprocessor categories?
Can we declare variable anywhere in c?
Differentiate between declaring a variable and defining a variable?
What are the basic data types associated with c?
what is the function of pragma directive in c?
How can you check to see whether a symbol is defined?
What is sizeof c?
Explain what does the function toupper() do?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Explain what is a static function?
What language is c written?