Is c easier than java?
What is header file definition?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
How important is structure in life?
How is pointer initialized in c?
what is the difference between declaration ,defenetion and initialization of a variable?
What is self-referential structure in c programming?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
int x=5; printf("%d%d%d",x,x<<2,x>>2);
what are the files which are automatically opened when a c file is executed?
Tell us two differences between new () and malloc ()?
What is null pointer in c?