What is operator precedence?
No Answer is Posted For this Question
Be the First to Post Answer
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
Bit swapping
write a program to print data of 5 five students with structures?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Difference between C and Embedded C?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Describe the order of precedence with regards to operators in C.
What is the purpose of macro in C language?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Write a program which returns the first non repetitive character in the string?
what are the different storage classes in c?