Bjarne Stroustrup
James A. Gosling
Dennis Ritchie
Dr. E.F. Codd
AT & Ts Bell Laboratories of USA in 1972
AT & Ts Bell Laboratories of USA in 1970
Sun Microsystems in 1973
Cambridge University in 1972
-3.4e38 to 3.4e38
-32767 to 32768
-32668 to 32667
-32768 to 32767
An Editor
A compiler
An operating system
None of these
System programming language
General purpose language
Data processing language
None of the above
30
32
36
40
auto
case
main
default
A number
A special symbol other than underscore
Both of the above
An alphabet
_infomax
3infomax
infomax_ica
infomax123
1
-1
0
2
start()
printf()
main()
getch()
float
real
int
double
infomax
info_max
info max
All of these
Both can occur multiple times, but a declaration must occur first.
A definition occurs once, but a declaration may occur many times.
Both can occur multiple times, but a definition must occur first.
A declaration occurs once, but a definition may occur many times.
Basic datatype of C
Qualifier
Short is the qualifier and int is the basic datatype
All of the mentioned
rem = 3.14 % 2.1;
rem = modf(3.14, 2.1);
rem = fmod(3.14, 2.1);
Remainder cannot be obtain in floating point division.
ceil(1.66)
floor(1.66)
roundup(1.66)
roundto(1.66)
long double
far double
&
&&
||
!
float, double
short int, double, long int
float, double, long double
double, long int, float