Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
No Answer is Posted For this Question
Be the First to Post Answer
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
what is difference between null and nul in c language
What is the difference between if else and switchstatement
What is a program flowchart?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
what value is returned to operating system after program execution?
Explain what is wrong in this statement?
explain about storage of union elements.
write a program to print %d ?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
can we print any string without using terminator?