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
write a program to check whether a number is Peterson or not.
How do you print only part of a string?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What are the advantages and disadvantages of pointers?
Explain how do you override a defined macro?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What is the difference between struct and union in C?
What does struct node * mean?
What is a pointer variable in c language?
triangle number finding program...
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Explain how can you tell whether a program was compiled using c versus c++?