What do you know about the use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
What is memmove?
What is a pointer value and address in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
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
What is the size of array float a(10)?
program for swapping two strings by using pointers in c language
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
What is the meaning of && in c?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Software Interview Questions
in malloc and calloc which one is fast and why?