What is a void pointer in c?
What is a #include preprocessor?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
please give me some tips for the placement in the TCS.
Write a routine that prints out a 2-D array in spiral order!
Why is c called c not d or e?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
what is difference between declaring the pointer as int and char in c language?
Explain built-in function?
How can I implement sets or arrays of bits?
How is a structure member accessed?
how can i sort numbers from ascending order and descending order using turbo c..