Answer Posted / satya
it is impossible ..
because, just think generally, we can not define a infinite
number.. so how can we print...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is linear search?
#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); }
Explain what header files do I need in order to define the standard library functions I use?
Explain what are multidimensional arrays?
What do you mean by command line argument?
What is difference between scanf and gets?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Do you have any idea about the use of "auto" keyword?
How can I write a function that takes a format string and a variable number of arguments?
What does s c mean in text?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what is the heap?
Explain what are reserved words?
What is the difference between int main and void main in c?
What is #include cctype?