What is a constant and types of constants in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to make program without <> in libray.
User define function contain thier own address or not.
When should you use a type cast?
post new interiew question and aptitude test papers
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
different between overloading and overriding
Explain what is the difference between functions abs() and fabs()?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
If errno contains a nonzero number, is there an error?
How to implement a packet in C
Explain what does a function declared as pascal do differently?