Answer Posted / barun
int
But this size is compiler dependent depending on the
processor you are using. I mean on 32 bit or 64 machines.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a program to check palindrome number in c programming?
Write a program with dynamically allocation of variable.
How is null defined in c?
How #define works?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Why enum is used in c?
What are structure types in C?
What is void main () in c?
Explain what is the difference between functions abs() and fabs()?
What is type qualifiers?
What is the use of printf() and scanf() functions?
Explain what is the advantage of a random access file?
What does sizeof function do?
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
What is array of pointers to string?