Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
6 10156Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 4895HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
3 5921how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
4 14844i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 92752.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
1 44944.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
1 7412Post New Wipro C Interview Questions
What are peritoneum?
What databases does hibernate support?
Explain activity creator in android?
Differentiate Dice and Slice?
What is event in java swing?
How to prepare a function requirement document?
Do you know what is “yield” in ruby on rails?
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
Do sheeps sleep?
What is chkdsk f command?
What are the best practices for Security in Amazon EC2?
Explain how to create a function in arguments using apply() in r?
Which are the different layers that define cloud architecture?
How do I group a header row in excel?
Some times to change of DOR of a motor, interchange of R & B is not effected and RYB take same current, but interchange of R&Y is effected ie change the DOR. My doubt is what is the problem in motor and how it is happen.