Why does everyone say not to use gets?
No Answer is Posted For this Question
Be the First to Post Answer
In C language, a variable name cannot contain?
What are the types of macro formats?
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 type qualifiers?
What is null pointer constant?
Can I initialize unions?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why c is a procedural language?
Hai what is the different types of versions and their differences
What is an example of enumeration?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }