#include<stdio.h> #include<string.h> void reverse(char str[]); int main() { char str[100]; int i; printf("Enter to reverse : ");...
scanf("%[^\n]",line); tell me the logic of this scanf statement and why " [^\n] " is used instead of %s ... and how this statement works... i...
#include<stdio.h> void reverse(char str[]); int main() { char str[100]; int i; printf("Enter to reverse : "); scanf("%s",str);...
#include<stdio.h> #define LEGAL 1 void count(char array[]); int main() { char line[100]; printf("Hey user enter some lines : ");...
Exercise 1-11. How would you test the word count program? What kinds of input are most likely to uncover bugs if there are any? Exercise 1-12....
I m a beginer of c it has been 3 months since wen i m learning c and is seeking for help... I need some sites wich provide very breif and...
Hello everyone, Firstly i'll like to introduce myself to the forum. HEy... Ya my need is tat i need a super simple ebook(FREE) on C programming...
Separate names with a comma.