Answer Posted / vignesh1988i
it is the first function to be called or to be executed in
the code of the compiler.......
thank u
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are actual arguments?
What is spark map function?
What is boolean in c?
Explain how do you list files in a directory?
What is variable in c example?
What is #line used for?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are dangling pointers in c?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Can main () be called recursively?
Explain what header files do I need in order to define the standard library functions I use?
What are the valid places to have keyword “break”?
What kind of structure is a house?
Why is sizeof () an operator and not a function?
How do you define CONSTANT in C?