long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / shruti
yes its compiler dependant..
these are figures with respect to only one compiler..
it may change for others.
but it genrally takes 6 bytes space..
float 4 bytes..
double 8 bytes..
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is include directive in c?
what is a constant pointer in C
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is data structure in c programming?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain the use of 'auto' keyword
why return type of main is not necessary in linux
Are the expressions * ptr ++ and ++ * ptr same?
Can we declare function inside main?
What is a class c rental property?
What is the difference between text files and binary files?
What is clrscr ()?
How can you tell whether two strings are the same?
What is the purpose of sprintf?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..