how many header file is in C language ?

Answer Posted / dharampal

32

Is This Answer Correct ?    18 Yes 44 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Recursion Function?

634


What is the use of typedef in c?

593


What is the meaning of && in c?

552


How can you find the day of the week given the date?

621


What are the __date__ and __time__ preprocessor commands?

576






What is the total generic pointer type?

731


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

3151


Why should I prototype a function?

644


Why do we write return 0 in c?

557


What does do in c?

612


Which built-in library function can be used to match a patter from the string?

749


How variables are declared in c?

576


Explain continue keyword in c

590


Differentiate between full, complete & perfect binary trees.

675


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

712