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 10127Write 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 4871HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
3 5905how 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 14827i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 92602.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 44854.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 7407Post New Wipro C Interview Questions
What is the use of sessionfactory in hibernate?
What is the default controller in codeigniter?
Distribution transformer we provided 2 separate earthing pit for Body and 2 separate earthing pit for neutral,we can not connect separate body earthing pit to other earthing pit but we do metal glanding in secondary side cable termination in both side, transformer and PCC panel (LT Panel), is this safe for transformer and other equipment?
In which directory logs are saved in codeigniter?
difference between tjava, tjavarow & tjavaflex
What is join and how many types of joins?
How does regular auditing of AI systems help reduce bias?
Difference be betwin Fe-500 as per IS 226-1975 & IS 2062-2006
What are default themes in wordpress?
How many spring modules are there?
In case of third party sales what would trigger for the automatic creation of pr or po?
Why Are You Not Working Anywhere From Past 6 Months ?
What is the use of @import?
How many structures can be created in a Ztable ?
What is a mocked service in angularjs? How to use it?