Answer Posted / teja
(bc+d*e-)a/
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Where static variables are stored in c?
What are called c variables?
How can I dynamically allocate arrays?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Where are local variables stored in c?
Explain what does it mean when a pointer is used in an if statement?
How do you initialize pointer variables?
What is actual argument?
What is the difference between variable declaration and variable definition in c?
Explain what is wrong with this statement? Myname = ?robin?;
What is malloc and calloc?
Why is event driven programming or procedural programming, better within specific scenario?
How do I send escape sequences to control a terminal or other device?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is difference between union and structure in c?