Why do we use stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the size of the data type like int,float without using the sizeof operator?
Is fortran still used in 2018?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What is the heap in c?
What are the different types of control structures?
What are different types of variables in c?
i have a written test in tomorrow
What are macros in C?
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,
What is wild pointer in c with example?
what is difference between #include<stdio.h> and #include"stdio.h"
Write a program in C to convert date displayed in gregorian to julian date