Explain what is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantage and disadvantage of recursion
What is const volatile variable in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Are pointers integers in c?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
difference between string and array?
What is void main ()?
write a c program to find largest of three numbers using simple if only for one time.
How reliable are floating-point comparisons?
Once I have used freopen, how can I get the original stdout (or stdin) back?