what is the difference between 123 and 0123 in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in C to swap two variables
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Is it cc or c in a letter?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
what is the meaning of 'c' language
How do you write a program which produces its own source code as output?
what is the output of printf("%d",(scanf("%d",10));
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the importance of c in your views?
Why & is used in scanf in c?
what are the uses of structure?
How can you call a function, given its name as a string?