Answer Posted / vijay
Its used to select the part of program to the execution
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is it acceptable to declare/define a variable in a c header?
How will you divide two numbers in a MACRO?
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 a ‘ ’ character?
What is c++ used for today?
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.
How many data structures are there in c?
What are the features of the c language?
how do you execute a c program in unix.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is a example of a variable?
int i=10; printf("%d %d %d", i, i=20, i);
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is page thrashing?
What is this infamous null pointer, anyway?