The difference between printf and fprintf is ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What are conditional operators in C?
What 'lex' does?
Explain output of printf("Hello World"-'A'+'B'); ?
Why doesnt the call scanf work?
what are # pragma staments?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
What is the memory allocated by the following definition ? int (*x)();
coding for Fibonacci.?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
How can I run c program?
Why is void main used?