Answer Posted / yogesh rasal
printf("/%d")
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
What is a loop?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the difference between abs() and fabs() functions?
Why do we use main function?
C program to find all possible outcomes of a dice?
What are external variables in c?
What are the types of pointers?
What oops means?
What are near, far and huge pointers?
Explain a file operation in C with an example.
What is the auto keyword good for?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Why do we use return in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
can we change the default calling convention in c if yes than how.........?