what is the difference between %d and %*d in c languaga?
Post New Answer View All Answers
What is a example of a variable?
What are the valid places to have keyword “break”?
What is the condition that is applied with ?: Operator?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is pointer & why it is used?
What are the types of bitwise operator?
What is oops c?
Is null a keyword in c?
Is c object oriented?
Is int a keyword in c?
In C programming, what command or code can be used to determine if a number of odd or even?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What are extern variables in c?
What does a pointer variable always consist of?
What is difference between structure and union in c programming?