Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
In a byte, what is the maximum decimal number that you can accommodate?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Explain how do you generate random numbers in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Do you know what is a programing language ?
what is meant by flushll() in c programming?
Famous puzzles which are generally asked by companies during interviews ?
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.
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
what is differnence b/w macro & functions