What is difference between structure and union?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested loop?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
why we use pointer in c
What is the purpose of clrscr () printf () and getch ()?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Write a program which returns the first non repetitive character in the string?
Write a program using bitwise operators to invert even bits of a given number.
Give the Output : * * * * * * * * * *
What is d'n in c?