Answer Posted / guest
c++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can one function call another?
How do you print only part of a string?
What are the advantages of using macro in c language?
What are nested functions in c?
Explain what header files do I need in order to define the standard library functions I use?
What is hashing in c?
Explain what math functions are available for integers? For floating point?
Is c compiled or interpreted?
What does %c do in c?
What is structure data type in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Is the exit() function same as the return statement? Explain.
What is wrong with this program statement? void = 10;
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Difference between malloc() and calloc() function?