the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
write a own function to compare two strings with out using stringcomparition function?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Why is c called a mid-level programming language?
All technical questions
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
why program counter is 16 bit?
Describe wild pointers in c?
What is the difference between union and structure in c?
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.
difference between spiral and waterfall model
Write a program to print numbers from 1 to 100 without using loop in c?