Post New Answer View All Answers
What is scanf () in c?
Write a program for Overriding.
What is define directive?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I invoke another program or command and trap its output?
What are variables c?
what are non standard function in c
Why does the call char scanf work?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the argument of a function in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are global variables?
What do you mean by keywords in c?