I want to know what is const type in C and what is its uses etc. i dont know anything about this term used in C so please give detailed...
Thank u sir fr ur advice ...
#include<stdio.h> void squeez(char s[],char z[]); int main() { char s[100] = "Hey wassup !!!!!!"; char z[100] = "Wow cool!!!!!";...
kk sir thanx and will look forward abt it while writing the code next time. thanx..:charming:
REly....... thanxxxxxxxxxx...........
#include<stdio.h> int lcm(int a,int b); int main() { int a; int b; printf("Enter two numbers to find lcm of ? :-\n1. ");...
#include<stdio.h> #include<string.h> int main() { int i,x; char c[100]; printf("Enter input :"); fgets(c,100,stdin); for(...
Q Write a program to remove trailing blanks and tabs from each line of input, and to delete entirely blank lines. I have no idea about this...
#include<stdio.h> #include<string.h> int main() { int i; char line[100]; char line2[100]; printf("Enter some lines : ");...
#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 : ");...
Sir but i m nt able 2 understand these questions
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....
hey i m not gettin anythin in torrentpond.com
Sorry for late replies i m surfing frm ma mobile
Plz suggest me some ebooks or sites wich u know wich will provide some good knowledge abt the above topics.. U can also post torrents..
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...
Sir i hav tried google and hav read several books 1. C tutor 2. C for dummies
Separate names with a comma.