how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / guest
infinite coz there is no condition to stop it
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Without Computer networks, Computers will be half the use. Comment.
What is the maximum length of an identifier?
What is structure in c definition?
How can you convert integers to binary or hexadecimal?
What is nested structure?
How do I create a directory? How do I remove a directory (and its contents)?
How many types of functions are there in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between text and binary modes?
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
What are the different types of pointers used in c language?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
which type of aspect you want from the student.
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.
Explain what are multidimensional arrays?