What is openmp in c?


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

Post New Answer

More C Interview Questions

When should the const modifier be used?

0 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


Who invented b language?

0 Answers  


When should the volatile modifier be used?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1

6 Answers  


What are multibyte characters?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


What is an volatile variable?

15 Answers   HP,


How can I call a function with an argument list built up at run time?

0 Answers  


What are qualifiers?

0 Answers  


Categories