How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
No Answer is Posted For this Question
Be the First to Post Answer
Tell me the use of bit field in c language?
Write any data structure program (stack implementation)
what are the advantages of a macro over a function?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
Why we use conio h in c?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
Explain bit masking in c?
wap in c to accept n number display the highest and lowest value
write a program to rearrange the array such way that all even elements should come first and next come odd