Are negative numbers true in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a C code To reverse a linked list
Where we use clrscr in c?
What is a program?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Can the “if” function be used in comparing strings?
What is information technology.
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
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
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is c standard library?
What is meant by inheritance?
write a program to concatenation the string using switch case?