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
What are the various types of control structures in programming?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is the translation phases used in c language?
Write a progarm to find the length of string using switch case?
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
Why do we use c for the speed of light?
What does *p++ do? What does it point to?
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
Which header file is used for clrscr?
What is binary tree in c?
#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); }
Can you explain the four storage classes in C?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How can I read data from data files with particular formats?
What is infinite loop?