What is assert and when would I use it?
No Answer is Posted For this Question
Be the First to Post Answer
What is getch c?
what does exit() do?
2. What does static variable mean?
write a program of palindrome(madam=madam) using pointer?
write a program to find the largest and second largest integer from an array
What is pointers in c?
How do I determine whether a character is numeric, alphabetic, and so on?
A program to allow an input operand and operator from the operator and read on the display and output operand.
how can I convert a string to a number?
how is the examination pattern?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
Why clrscr is used after variable declaration?