if a person is buying coconuts of Rs10,and then sell that
coconuts of Rs9,with the loss of one rupee.After that the
person became a millaniore.how?
Answer Posted / amit
I think you right
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are variables and it what way is it different from constants?
What is the function of volatile in c language?
Can you define which header file to include at compile time?
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
ATM machine and railway reservation class/object diagram
Can a file other than a .h file be included with #include?
Explain what is the most efficient way to store flag values?
How do I determine whether a character is numeric, alphabetic, and so on?
Write a program to reverse a linked list in c.
What is the difference between formatted&unformatted i/o functions?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a c program to build a heap method using Pointer to function and pointer to structure ?