What is meant by operator precedence?
No Answer is Posted For this Question
Be the First to Post Answer
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
ratio,age,persentage
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What is sizeof int in c?
What are data structures in c and how to use them?
What is #line in c?
Why is c known as a mother language?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Explain a pre-processor and its advantages.
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
Define Spanning-Tree Protocol (STP)