Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
write a proram to reverse the string using switch case?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Can main () be called recursively?
Why is c platform dependent?
What is .obj file in c?
Explain what is the benefit of using #define to declare a constant?
Is this program statement valid? INT = 10.50;
hi send me sample aptitude papers of cts?
Compare and contrast compilers from interpreters.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is c language used for?
How do I get an accurate error status return from system on ms-dos?
What are valid signatures for the Main function?
What is a dynamic array in c?