What are the various types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare function inside main?
What is period operator in c?
Where are some collections of useful code fragments and examples?
How can you call a function, given its name as a string?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
write a program for 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 1 2 2 2 2 2 2 3 3 3 3 4 4
is it possible to change the default calling convention in c ?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
How do I access command-line arguments?