What is difference between union All statement and Union?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two forms of #include directive?
What is the difference between a string and an array?
What is meant by global static? why we have to use static variable instead of Global variable
C language questions for civil engineering
What is data structure in c language?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is the difference between exit() and _exit()?
how we do lcm of two no using c simple if while or for statement
Why do we use pointer to pointer in c?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what is c++ programming?
swapping of two numbers without using third variable using AND and OR operators