what is the difference between %d and %*d in c languaga?
Answer Posted / anand
both are same only and give the same out put
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
Why is event driven programming or procedural programming, better within specific scenario?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are the 3 types of structures?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the difference between int main and void main in c?
Explain union. What are its advantages?
Explain the difference between #include "..." And #include <...> In c?
What are the different types of endless loops?
Explain what is the difference between null and nul?
What is a pointer and how it is initialized?
Between macros and functions,which is better to use and why?
Differentiate between static and dynamic modeling.
Differentiate between the = symbol and == symbol?
Do you know pointer in c?
Write a Program to find whether the given number or string is palindrome.