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
How can you increase the allowable number of simultaneously open files?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
#include
What is the equivalent code of the following statement in WHILE LOOP format?
What is variables in c?
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.
What is a method in c?
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?
Is that possible to add pointers to each other?
What are the applications of c language?
What is #line?
What is the need of structure in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How to Throw some light on the splay trees?
Write a program to swap two numbers without using the third variable?