Answer Posted / ada
Head file should not contain defining instances of global
variables and function bodies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the use of #pragma exit?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the symbol indicated the c-preprocessor?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Why can arithmetic operations not be performed on void pointers?
What is realloc in c?
How will you find a duplicate number in a array without negating the nos ?
What does sizeof return c?
How can you increase the size of a statically allocated array?
What is dangling pointer in c?
Why is sizeof () an operator and not a function?
Sir i need notes for structure,functions,pointers in c language can you help me please
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.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.