1234554321
1234 4321
123 321
12 21
1 1
12 21
123 321
1234 4321
1234554321
No Answer is Posted For this Question
Be the First to Post Answer
what is the stackpointer
Is main is user defined 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.
What will be your course of action for a push operation?
write a program to remove duplicate from an ordered char array? in c
When should the const modifier be used?
Write a program to find minimum between three no.s whithout using comparison operator.
Which header file is used for clrscr?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What does a pointer variable always consist of?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,