What is the use of gets and puts?
No Answer is Posted For this Question
Be the First to Post Answer
A program to write a number of letters and numbers, such as counting and display
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What is pass by reference in functions?
Write a Program to accept different goods with the number, price and date of purchase and display them
without using control structures and control structures find the max and min of given 2 nos
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
Binary tree traversing
what is disadvantage of pointer in C
What are the average number of comparisons required to sort 3 elements?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
what is the difference between while and do while?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above