Answer Posted / pritam
n-- 1st
o-- 2nd
t-- 3 rd
Series is repeated again.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is a structure and why it is used?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is build process in c?
Is null always defined as 0(zero)?
I have a varargs function which accepts a float parameter?
code for find determinent of amatrix
What are types of structure?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What does the file stdio.h contain?
What is array in C
Explain what are compound statements?
Differentiate between calloc and malloc.
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is the use of putchar function?