Describe the difference between = and == symbols in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program in such a way that if we enter the today date the output should be next day's date.
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
Write a program to generate prime factors of a given integer?
What's the total generic pointer type?
Explain the difference between fopen() and freopen().
diff. between *p and **p
What is the size of structure in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What does printf does?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is .obj file in c?