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 meant by int main ()?
What is meant by type specifiers?
What is getch c?
What is the purpose of macro in C language?
Write the Program to reverse a string using pointers.
Explain a file operation in C with an example.
Do you know what are the properties of union in c?
What is difference between structure and union with example?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What are the advantages of Macro over function?
Where are the auto variables stored?
how many errors in c explain deply
What is the difference between pure virtual function and virtual function?
What is dynamic variable in c?
Why clrscr is used after variable declaration?