How to get string length of given string in c?
biggest of two no's with out using if condition statement
marge linklist
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
Explain how many levels deep can include files be nested?
how to print a statement in c without use of console statement ,with the help of if statement it should print
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
How important is structure in life?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
The difference between printf and fprintf is ?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.