Answer Posted / ankit
WHICH IS ORDERED FIRST TO WAITER
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Apart from dennis ritchie who the other person who contributed in design of c language.
Why does everyone say not to use gets?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Does * p ++ increment p or what it points to?
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.
Why do we need a structure?
in linking some of os executables are linking name some of them
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
What is the correct code to have following output in c using nested for loop?
What standard functions are available to manipulate strings?
What is difference between array and pointer in c?
What is the general form of a C program?
How can I implement sets or arrays of bits?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the deal on sprintf_s return value?