How many types of operator or there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Define Array of pointers.
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What are the properties of union in c?
what is different between auto and local static? why should we use local static?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
What is structure packing in c?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
what value is returned to operating system after program execution?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Explain the difference between getch() and getche() in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is pointer and structure in c?