What is || operator and how does it function in a program?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the use of static variable in c?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
Write a program to reverse a given number in c?
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
Explain what is a static function?
What is a example of a variable?
Write a program that his output 1 12 123
Why c is called a middle level language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
what is the difference between declaration and definition of a variable or function ?