What is openmp in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
what is calloc and malloc?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Can you subtract pointers from each other? Why would you?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is infinite loop?
What is the difference between procedural and declarative language?
Explain output of printf("Hello World"-'A'+'B'); ?
Is python a c language?