Explain what are preprocessor directives?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is binary tree in c?
what is the different bitween abap and abap-hr?
pgm to find middle element of linklist(in efficent manner)
When we use void main and int main?
write a program to compare 2 numbers without using logical operators?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Is there any demerits of using pointer?
How old is c programming language?
write a program for egyptian fractions in c?
Explain how can you restore a redirected standard stream?
What is meant by preprocessor in c?