how many header file is in C language ?

Answer Posted / chanchal kardam

The correct answer is 41 header files in C language

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When do we get logical errors?

807


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

977


How does placing some code lines between the comment symbol help in debugging the code?

751


how many key words availabel in c a) 28 b) 31 c) 32

811


What is dynamic memory allocation?

1036


What is break in c?

787


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

853


What is s in c?

822


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

816


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3537


formula to convert 2500mmh2o into m3/hr

743


If errno contains a nonzero number, is there an error?

1027


which type of aspect you want from the student.

1895


Explain how can a program be made to print the name of a source file where an error occurs?

927


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

887