what is the difference between <stdio.h> and "stdio.h"

Answer Posted / bathakarai

The preprocessor <stdio.h> means that the directory is
predefined one.

but we specify "stdio.h" in their program that indicates
that the preprocessor is an userdefind one

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you increase the allowable number of simultaneously open files?

824


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2153


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1504


What is the equivalent code of the following statement in WHILE LOOP format?

1092


What is variables in c?

809


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2222


What is a method in c?

821


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1876


Is that possible to add pointers to each other?

1120


What are the applications of c language?

841


What is #line?

822


What is the need of structure in c?

789


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

991


How to Throw some light on the splay trees?

804


Write a program to swap two numbers without using the third variable?

815