c language interview questions & answer
No Answer is Posted For this Question
Be the First to Post Answer
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
explain memory layout of a C program
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.
post new interiew question and aptitude test papers
whats the use of header file in c?
What does c mean in basketball?
difference between native and cross compilers
The file stdio.h, what does it contain?
how can i sort numbers from ascending order and descending order using turbo c..
what is the difference between const volatile int i & volatile const int j;
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.