Answer Posted / bhavitha
a/bc+de-*
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is pointer in c?
What is data structure in c programming?
What is the difference between exit() and _exit() function?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is #include called?
Write a code on reverse string and its complexity.
What is a nested formula?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a progarm to find the length of string using switch case?
What is pass by reference in functions?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Why we use conio h in c?
How are portions of a program disabled in demo versions?
What is difference between far and near pointers?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.