Answer Posted / tdurga
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Explain a file operation in C with an example.
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is difference between constant pointer and constant variable?
What is a char in c?
How can you find out how much memory is available?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
what is the diffrenet bettwen HTTP and internet protocol
What is the correct declaration of main?
What is file in c preprocessor?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the difference between exit() and _exit() function in c?
Describe static function with its usage?
What is the use of #define preprocessor in c?
What is the c value paradox and how is it explained?