long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
Compiler Dependent
| Is This Answer Correct ? | 112 Yes | 18 No |
Post New Answer View All Answers
What is the hardest programming language?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How do we print only part of a string in c?
When is the “void” keyword used in a function?
What is the use of sizeof?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is your stream meaning?
What is the scope of local variable in c?
What is union and structure in c?
In a byte, what is the maximum decimal number that you can accommodate?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is main function in c?
How can I read/write structures from/to data files?
code for replace tabs with equivalent number of blanks
Write a program to print fibonacci series using recursion?