how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / guest
compiler
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is d'n in c?
What’s the special use of UNIONS?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is storage class?
What is #line used for?
I came across some code that puts a (void) cast before each call to printf. Why?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
In which header file is the null macro defined?
Which header file is essential for using strcmp function?
Was 2000 a leap year?
What are header files why are they important?
Differentiate between functions getch() and getche().
What does c mean before a date?
Explain how are 16- and 32-bit numbers stored?