what will be the output of this program?
#include
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
9 14892Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 6875Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 12484input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
4 6129Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 15819If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
2023Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
1 7637Post New IBM C Interview Questions
How to create table in hbase?
How to Disable a radio button in a TRadioGroup?
Explain transaction control transformation in informatica
How to check sequence on a table in db2?
Why do u want this job?
why would you call update statistics? : Sql server database administration
What is gnu?
How to open a directory in perl?
How to calculate energy stored in a capacitance
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is the activation function in Machine Learning?
What language is scala written in?
What is ctrl f3?
What is difference between applicationcontext and beanfactory?
How to Read, Add, Update and Delete record in Entity Framework ?