How can I swap two values without using a temporary?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code for getting the output as * ** ***
What is array of pointers to string?
What do header files do?
What are the two forms of #include directive?
how to print a statement in c without use of console statement ,with the help of if statement it should print
what is the use of a array in c
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
how to TOGGLE Nth bit of variable in a MACRO
List a few unconditional control statement in c.
What are the types of operators in c?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
How do you convert strings to numbers in C?