What is a rvalue?
No Answer is Posted For this Question
Be the First to Post Answer
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Why dont c comments nest?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What is a ternary operator in c?
write a program to remove duplicate from an ordered char array? in c
What are the disadvantages of c language?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
what is an inline function?
difference between string and array?
What is a void * in c?
Explain data types & how many data types supported by c?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}