Answer Posted / rahat
main is a special inbuilt function which is used to start
the execution of the program,and the compiler searches for
this function to start the execution of the program.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Can you return null in c?
How do I get an accurate error status return from system on ms-dos?
What does == mean in texting?
Explain how can I make sure that my program is the only one accessing a file?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is d'n in c?
Explain the use of fflush() function?
Explain what are bus errors, memory faults, and core dumps?
What is an array? What the different types of arrays in c?
What are the different data types in C?
What are the preprocessor categories?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
How can my program discover the complete pathname to the executable from which it was invoked?
How can I recover the file name given an open stream or file descriptor?