what is the difference between %d and %*d in c languaga?
Post New Answer View All Answers
Do you know pointer in c?
What is a list in c?
What is call by value in c?
What is openmp in c?
How is a null pointer different from a dangling pointer?
What is meant by keywords in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
how can f be used for both float and double arguments in printf? Are not they different types?
What is indirection in c?
What is the difference between #include
In C programming, what command or code can be used to determine if a number of odd or even?
Explain why C language is procedural?
Explain the advantages of using macro in c language?
Explain zero based addressing.
What is the difference between the = symbol and == symbol?