Answer Posted / rani
utility is an software tool like as we have make utilities in gcc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in c?
Explain c preprocessor?
Write a code to generate a series where the next element is the sum of last k terms.
What does void main () mean?
What are # preprocessor operator in c?
What are the advantages of using macro in c language?
What is struct node in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain which function in c can be used to append a string to another string?
What is a loop?
What is array in c with example?
What does printf does?
Why do we use pointer to pointer in c?
For what purpose null pointer used?
"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