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
How is a pointer variable declared?
What is a wrapper function in c?
What is the usage of the pointer in c?
If the size of int data type is two bytes, what is the range of signed int data type?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is methods in c?
Can a variable be both const and volatile?
Do you know the purpose of 'register' keyword?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I make it pause before closing the program output window?
Explain which function in c can be used to append a string to another string?
What is the meaning of c in c language?
What are loops c?
What is the use of pragma in embedded c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none