Why ca not I do something like this?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


what is compiler

6 Answers  


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


How old is c programming language?

0 Answers  


Why does this code crash?

0 Answers  






int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Explain what is the difference between functions abs() and fabs()?

0 Answers  


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


Why pointers are used?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


What does char * * argv mean in c?

0 Answers  


Categories