Answer Posted / aravind
a/bc*d-e+
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How do you redirect a standard stream?
Differentiate between null and void pointers.
Write a program to swap two numbers without using third variable in c?
Implement bit Array in C.
How do I use void main?
How can I do serial ("comm") port I/O?
Is c object oriented?
Explain about the constants which help in debugging?
What is an array? What the different types of arrays in c?
Can you write a programmer for FACTORIAL using recursion?
Why header files are used?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are qualifiers?
Can a variable be both const and volatile?