for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}
I want tcs placement papers of 2004-2009 , its urgent
How can I do graphics in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is ambagious result in C? explain with an example.
What is the use of function in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Differentiate between declaring a variable and defining a variable?
What does a function declared as pascal do differently?
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.
2. What does static variable mean?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
give an example of type casting by a simple c program