What is omp_num_threads?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Is a pointer a kind of array?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What is typedef?
Write a program to print “hello world” without using semicolon?
What is d scanf?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Are bit fields portable?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Table of Sudoku n*n
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?