Why does everyone say not to use gets?
No Answer is Posted For this Question
Be the First to Post Answer
what is c?
sum of two integers values only other then integer it should print invalid input.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
which types of data structure will i use to convert infix to post fix???
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Why isnt there a numbered, multi-level break statement to break out
can any one provide me the notes of data structure for ignou cs-62 paper
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
what is the format specifier for printing a pointer value?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
what is meant by c
wap to print "hello world" without using the main function.