What does 3 mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
Explain output of printf("Hello World"-'A'+'B'); ?
What are the benefits of c language?
How is a null pointer different from a dangling pointer?
Explain the difference between call by value and call by reference in c language?
How a string is stored in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What is pointer in c?
Difference between exit() and _exit() function?
How can I do graphics in c?
What is meant by operator precedence?