Answer Posted / shafi shaik
Every Programing Language the program Compilation Starts
with main(). Becase The main() os a Driver function.
Exam any application(valclator , ms-word etc) to clicking
the mouse the application internally execute the
application through the dos prompt
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can you determine the size of an allocated portion of memory?
What is a program?
how to introdu5ce my self in serco
How can you call a function, given its name as a string?
Is the exit() function same as the return statement? Explain.
write a program to find out prime number using sieve case?
What are pointers?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is pointer to pointer in c with example?
Explain the difference between exit() and _exit() function?
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
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Explain how can I convert a string to a number?
difference between native and cross compilers
Define recursion in c.