What is meaning of "Void main" in C Language.
Answer Posted / sxrfggggggggggggggggg
does not return
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I do serial ("comm") port I/O?
What are the modifiers available in c programming language?
How many identifiers are there in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the c value paradox and how is it explained?
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.
What does typeof return in c?
Explain what is a 'locale'?
Is c procedural or object oriented?
Explain what does the format %10.2 mean when included in a printf statement?
can any one tel me wt is the question pattern for NIC exam
How do you convert strings to numbers in C?
What is huge pointer in c?
In a switch statement, what will happen if a break statement is omitted?
Why structure is used in c?