What is omp_num_threads?


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

Post New Answer

More C Interview Questions

WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


Explain the ternary tree?

0 Answers  






write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


What is a structural principle?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


Is malloc memset faster than calloc?

0 Answers  


Categories