how to solve "unable to open stdio.h and conio.h header files
in windows 7 by using Dos-box software
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What are reserved words with a programming language?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(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.
How can I sort a linked list?
How to print "Hi World" without using semi colon?
? ???Mirror Mirror on the wall????????
What are extern variables in c?
How can you tell whether two strings are the same?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
How macro execution is faster than function ?
write a c program to find the sum of five entered numbers using an array named number