Answer Posted / vignesh1988i
their will be a program written for creating a
compiler..... so in that main() may be a first function call
for that coding written in compiler
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Write a program in c to replace any vowel in a string with z?
Define recursion in c.
What are logical errors and how does it differ from syntax errors?
What is uint8 in c?
How will you delete a node in DLL?
How many types of errors are there in c language? Explain
What are the uses of a pointer?
What is the method to save data in stack data structure type?
What is the difference between constant pointer and constant variable?
How can I use a preprocessorif expression to ?
What do you understand by friend-functions? How are they used?
Is there a way to jump out of a function or functions?
Do character constants represent numerical values?
How do you view the path?
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.