what is the difference between 123 and 0123 in c?
No Answer is Posted For this Question
Be the First to Post Answer
In a header file whether functions are declared or defined?
How #define works?
write a program for even numbers?
write a c programme for add of two numbers with out use of arthematic operators
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
how i m write c program 1.check prime number 2.prime number series
What is the difference between exit() and _exit() function?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Why doesnt the call scanf work?
What are the primitive data types in c?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
What is a const pointer, and how does it differ from a pointer to a const?