What header files do I need in order to define the standard library functions I use?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
What is a list in c?
What does c mean before a date?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
how to find out the reverse number of a digit if it is input through the keyboard?
What is a ternary operator in c?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is character set?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
how to generate sparse matrix in c
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.