how many argument we can pas in in a function
Answer Posted / shruti
i think it depends upon the compiler version..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is unary operator?
Compare interpreters and compilers.
Why is struct padding needed?
What does calloc stand for?
What are the types of unary operators?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is main function in c?
What are types of functions?
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 how can you avoid including a header more than once?
What does %p mean c?
Tell me with an example the self-referential structure?
Explain null pointer.
What is void main () in c?