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

Answer Posted / cpmt

<stdio.h> searches in the current directory."stdio.h"
searches in the both source and current directory.

Is This Answer Correct ?    6 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various types of control structures in programming?

791


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3408


What is the translation phases used in c language?

819


Write a progarm to find the length of string using switch case?

1822


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1734


Why do we use c for the speed of light?

798


What does *p++ do? What does it point to?

797


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2510


Which header file is used for clrscr?

772


What is binary tree in c?

819


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

883


Can you explain the four storage classes in C?

839


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1674


How can I read data from data files with particular formats?

795


What is infinite loop?

827