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

general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

849


How are Structure passing and returning implemented by the complier?

951


What is null pointer constant?

812


Which is better pointer or array?

823


What is volatile variable in c?

881


Can we access array using pointer in c language?

873


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

881


Which is best book for data structures in c?

839


What is a stream in c programming?

847


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1770


What are control structures? What are the different types?

866


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

865


What is return in c programming?

734


What does c value mean?

879


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

859