Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
Place the #include statement must be written in the program?
What are valid signatures for the Main function?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
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 the right type to use for boolean values in c?
What is Function Pointer? Explain with example?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
How can I get the current date or time of day in a c program?
Explain how can I convert a number to a string?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82