Answer Posted / rusmguys
# is preprocessor which tell compiler that what header
file we using in our program.
for example:
#include<stdio.h>
void main()
in the above when compiler check program it start execution
of program from main and will tell that uor header file
is "standard input output header file"
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is wrong in this statement?
what is the syallabus of computer science students in group- 1?
Explain the use of 'auto' keyword
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
given post order,in order construct the corresponding binary tree
What do you know about the use of bit field?
How to write c functions that modify head pointer of a linked list?
Why should I use standard library functions instead of writing my own?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why string is used in c?
What is s in c?
How can you find the day of the week given the date?
Is it acceptable to declare/define a variable in a c header?
simple program of graphics and their output display
What is a protocol in c?