Answer Posted / ravi.g
it depends on system memory and compiler
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can my program discover the complete pathname to the executable from which it was invoked?
Write a program for Overriding.
What are inbuilt functions in c?
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.
Explain what happens if you free a pointer twice?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the difference between abs() and fabs() functions?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What extern c means?
What is const keyword in c?
Can you write the function prototype, definition and mention the other requirements.
Is main is user defined function?
Tell me what is the purpose of 'register' keyword in c language?
Explain why C language is procedural?
What are the various types of control structures in programming?