i=10,j=20
j=i,j?(i,j)?i:j:j
print i,j
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What does main () mean in c?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Explain the difference between the local variable and global variable in c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
program to convert a integer to string in c language'
What is array of pointers to string?
How to compare array with pointer in c?
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 type is sizeof?
What are control structures? What are the different types?
Binary tree traversing