what is Array?
Answers were Sorted based on User's Feedback
Answer / lakshmi
it is a grouped item of consequitive memory elements with
similar type of values.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / lakshmi
Array is the group of consequitive elements with same type.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / guest
collection of element in continuous memory location
Is This Answer Correct ? | 1 Yes | 1 No |
Differentiate between calloc and malloc.
What is the translation phases used in c language?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Why is the code below functioning. According to me it MUST NOT.
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
what is the different bitween abap and abap-hr?
Can you please compare array with pointer?
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
what is different between auto and local static? why should we use local static?
How the processor registers can be used in C ?
Explain demand paging.