How can I run c program?
No Answer is Posted For this Question
Be the First to Post Answer
i have a written test in tomorrow
What is #include stdio h and #include conio h?
What is a spanning Tree?
How can I return multiple values from a function?
int i=10; printf("%d %d %d", i, i=20, i);
How can I make it pause before closing the program output window?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
What is the difference between void main() and void main (void) give example programme?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the difference b/w Structure & Class?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"