Why do we use stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
change to postfix a/(b+c*d-e)
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the difference between int main and void main?
Write a program to reverse a given number in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
where do we use volatile keyword?
what is disadvantage of pointer in C
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How can I find the modification date of a file?
What are keywords in c with examples?
What is the easiest sorting method to use?
Write a program to implement queue.