c language interview questions & answer


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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;

8 Answers   TCS,


explain memory layout of a C program

2 Answers  


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.

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


whats the use of header file in c?

2 Answers  






What does c mean in basketball?

0 Answers  


difference between native and cross compilers

0 Answers  


The file stdio.h, what does it contain?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


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

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


Categories