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 remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Explain what is a program flowchart and explain how does it help in writing a program?
What is the return type of sizeof?
write a program for odd numbers?
Explain what a Binary Search Tree is.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
explain what are actual arguments?
How does free() know how many bytes to free?
Can a binary search tree be used as an index? If yes, how? Explain
How do you define CONSTANT in C?
p*=(++q)++*--p when p=q=1 while(q<=6)
What do you mean by keywords in c?