Answer Posted / deepti
(.h)means a header file,
and all the header files r included using
#include which is a preprocessor directive
i.e #include<stdio.h>
all the data input/output functions r stored in stdio.h
(where std-standard i-input o-output)
for eg.printf,scanf,putchar,getchar,puts,gets..
#include<conio.h>
(where con-console i-input o-output)
for eg.getch(),clrscr()...
there r many header files for diff purposes
like
#include<math.h> for maths
#include<iostream.h> for streams
etc........
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are 3 types of structures?
Explain modulus operator.
When is a null pointer used?
What is meant by errors and debugging?
Is it acceptable to declare/define a variable in a c header?
What are identifiers and keywords in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are the key features in c programming language?
Is a house a mass structure?
Write program to remove duplicate in an array?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Are there constructors in c?
In a header file whether functions are declared or defined?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .