Explain what is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
Sir i need notes for structure,functions,pointers in c language can you help me please
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is c method?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
write a prgram of swapping with 2 valiables
How to draw the flowchart for structure programs?
how to write hello word without using semicolon at the end?
where does it flourished?
how do you execute a c program in unix.
What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }
Can include files be nested?
what is foreign key in c language?