What is %g in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
How do you define structure?
What is pass by reference in functions?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
What are the similarities between c and c++?
Why calloc is better than malloc?
What is I ++ in c programming?
How was c created?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What is difference between %d and %i in c?
what is the mean of c languages.