What is the symbol indicated the c-preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %d and %*d in C
Explain what does it mean when a pointer is used in an if statement?
Is it better to use malloc() or calloc()?
what defference between c and c++ ?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Write a program for deleting duplicate elements in an array
Tell us the use of fflush() function in c language?
What is the usage of the pointer in c?
What is an operator?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is a structure and why it is used?