what is difference between array and structure?

Answer Posted / rajprasadmaity

chaining and open addressing in hash table ?

Is This Answer Correct ?    53 Yes 75 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof int?

629


Explain what is a 'locale'?

574


What is your stream meaning?

592


What is memcpy() function?

615


What is the use of putchar function?

644






How many types of errors are there in c language? Explain

560


List some of the dynamic data structures in C?

777


What is the use of #define preprocessor in c?

607


Which is better pointer or array?

589


How to declare pointer variables?

677


What does volatile do?

555


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

654


What is the use of typedef in structure in c?

534


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

670


How can you check to see whether a symbol is defined?

583