What is main void in c?
can we have joblib in a proc ?
Can include files be nested? How many levels deep can include files be nested?
Where can I get an ansi-compatible lint?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What is the benefit of using an enum rather than a #define constant?
What is const keyword in c?
How can I use a preprocessorif expression to ?
Tell me when would you use a pointer to a function?
Write a program that his output 1 12 123