What is data types?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out number of on bits in a number?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Why do we use c for the speed of light?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
When should structures be passed by values or by references?
Does c have class?