Do you know what are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Combinations of fibanocci prime series
What are the types of bitwise operator?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
write a program to remove duplicate from an ordered char array? in c
How does sizeof know array size?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }