Answer Posted / guest
\0 is end of the string.
"" is empty charater, each space is also refered as
character
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is scope rule of function in c?
What is the role of this pointer?
What does %2f mean in c?
Explain what is wrong with this program statement? Void = 10;
What do you mean by a local block?
What are the three constants used in c?
Define macros.
What is the purpose of sprintf?
What is the advantage of using #define to declare a constant?
Explain what is the difference between functions getch() and getche()?
What is the correct code to have following output in c using nested for loop?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
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 different types of control structures?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above