What is %d called in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %d and %*d in C
What are the types of c language?
write a programme to convert temperature from farenheit to celcius?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
what is the hexidecimal number of 4100?
how to write palindrome program?
How can my program discover the complete pathname to the executable from which it was invoked?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
triangle number finding program...
What is the relation between # and include<stdio.h>
Explain what are binary trees?