What does the file stdio.h contain?
No Answer is Posted For this Question
Be the First to Post Answer
What is #pragma statements?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
What does %f mean c?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is difference between class and structure?
What is structure pointer in c?
Why isnt there a numbered, multi-level break statement to break out
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What is time complexity c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above