What is omp_num_threads?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Are global variables static in c?
List the variables are used for writing doubly linked list program.
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What is static memory allocation?
What is the value of uninitialized variable in c?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Write a program to swap two numbers without using a temporary variable?
Explain how do you override a defined macro?
What 'lex' does?