long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / noone
8 bytes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write the syntax and purpose of a switch statement in C.
What is a stream?
What is a void pointer? When is a void pointer used?
Why c is a mother language?
Is void a keyword in c?
How can I write a function that takes a format string and a variable number of arguments?
What is typedf?
What is a loop?
Explain what is dynamic data structure?
Why do we write return 0 in c?
Is c pass by value or reference?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is malloc return c?
Explain Basic concepts of C language?
why return type of main is not necessary in linux