Answer Posted / siva
we can use more than one variable
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Write a program to print factorial of given number using recursion?
What is difference between structure and union with example?
What is the use of ?
Explain the array representation of a binary tree in C.
What are the 5 types of inheritance in c ++?
What's a good way to check for "close enough" floating-point equality?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is adt in c programming?
Can I initialize unions?
What is the difference between near, far and huge pointers?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the most efficient way to count the number of bits which are set in an integer?
Why should I prototype a function?
What is class and object in c?