what is uses of .net
No Answer is Posted For this Question
Be the First to Post Answer
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
what type of language is C?
main() { clrscr(); } clrscr();
What is c++ used for today?
Why do u use # before include in a C Progam?
List the difference between a While & Do While loops?
Explain low-order bytes.
How to write a C program to determine the smallest among three nos using conditional operator?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
find the size of structure without using the size of function
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.