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
When do we get logical errors?
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
How does placing some code lines between the comment symbol help in debugging the code?
how many key words availabel in c a) 28 b) 31 c) 32
What is dynamic memory allocation?
What is break in c?
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)
What is s in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
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
formula to convert 2500mmh2o into m3/hr
If errno contains a nonzero number, is there an error?
which type of aspect you want from the student.
Explain how can a program be made to print the name of a source file where an error occurs?
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?