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 time complexity c?
Is c dynamically typed?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are the features of c languages?
What is c++ used for today?
Why is c not oop?
Can you apply link and association interchangeably?
what is the diffrenet bettwen HTTP and internet protocol
Explain what is meant by 'bit masking'?
What happens if header file is included twice?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the difference between int main and void main?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Difference between constant pointer and pointer to a constant.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.