Answer Posted / ravi
a=5/7
a=0;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a example of a variable?
What is chain pointer in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are the different types of objects used in c?
difference between Low, Middle, High Level languages in c ?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
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 the difference between struct and union in C?
Which is best linux os?
Write a program for Overriding.
Can we replace the struct function in tree syntax with a union?
What is the meaning of ?
What is p in text message?
Why header file is used in c?
Can you tell me how to check whether a linked list is circular?