1
1 1
1 2 1
1 3 3 1
1 4 6 4 1

Answer Posted / tknowledge05

The above guest is me .. okk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest.......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5056


what is a constant pointer in C

678


What is the difference between the local variable and global variable in c?

529


int i=10; printf("%d %d %d", i, i=20, i);

1013


What is the process of writing the null pointer?

607






Explain about the functions strcat() and strcmp()?

598


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

588


What is register variable in c language?

604


What is const and volatile in c?

566


Can one function call another?

628


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1593


What is identifiers in c with examples?

675


How do I copy files?

623


When should the volatile modifier be used?

687


Explain what are the advantages and disadvantages of a heap?

597