write c program without semicolon
Answer Posted / priyanka mali
void main()
{
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
Wt are the Buses in C Language
What is the use of typedef in c?
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
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is scope rule of function in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How to delete a node from linked list w/o using collectons?
In a header file whether functions are declared or defined?
What is the difference between null pointer and wild pointer?
What does a function declared as pascal do differently?
How can I read and write comma-delimited text?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is the scope of global variable in c?