Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what are the properties of union in c?
Bit swapping
will u give me old quesrion papers for aptitude for L & t info tech?
What is the benefit of using const for declaring constants?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Write a program to exchange two variaables without temp
What is the difference between arrays and pointers?
inline function is there in c language?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
write a programming in c language, 1 3 5 7 9 11
what is level of tree if leaf node is at level 4.please explain.
How will you declare an array of three function pointers where each function receives two ints and returns a float?