what is the difference between <stdio.h> and "stdio.h"
Answer Posted / shipra
#include<stdio.h> this command look for the file stdio.h
in the specified list of directories only
and
#include"stdio.h" would look the file stdio.h in the current
directory as well as the specified list of directories as
mentioned in the include search path
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is nested structure with example?
Difference between goto, long jmp() and setjmp()?
Define circular linked list.
Explain logical errors? Compare with syntax errors.
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
There seem to be a few missing operators ..
what is the difference between 123 and 0123 in c?
What is the basic structure of c?
What is the process to generate random numbers in c programming language?
write a program to generate address labels using structures?
What does s c mean on snapchat?
Is main a keyword in c?
What is the difference between test design and test case design?
What is call by reference in functions?
Explain about block scope in c?