what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / sreekanth
#include "stdio.h"
The compiler will search for a particular stdio.h in the
current working directory only
where as <stdio.h> the complier looks into default dir.
which is in most cases /include/lib or you can define this
directory by your own.
| Is This Answer Correct ? | 30 Yes | 14 No |
Post New Answer View All Answers
What math functions are available for integers? For floating point?
How do you declare a variable that will hold string values?
How will you divide two numbers in a MACRO?
Is it cc or c in a letter?
Write a program to reverse a given number in c language?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is class and object in c?
string reverse using recursion
What is break statement?
Explain what are the advantages and disadvantages of a heap?
can any one tel me wt is the question pattern for NIC exam
write a program to print data of 5 five students with structures?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Is fortran still used today?
How do shell structures work?