What is the difference between mpi and openmp?
No Answer is Posted For this Question
Be the First to Post Answer
How do I declare a pointer to an array?
name the language for writing c compiler?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is typedf?
Explain how can type-insensitive macros be created?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
What is the difference between functions getch() and getche()?
Discuss the function of conditional operator, size of operator and comma operator with examples.
what is void pointer?
Explain spaghetti programming?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above