what is associativity explain
what is the precidence for * and & , * and ++
how the folloing declaration work
1) *&p;
2) *p++;
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What is the heap?
Write a program to exchange two variaables without temp
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
What should malloc(0) do?
What is the purpose of 'register' keyword?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
How do you override a defined macro?
What are pointers? What are stacks and queues?
What is c language & why it is used?
What is the purpose of the fflush() function in C?