Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
Answer Posted / ankit parikh
x-OR the number with 0x02.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is scanf_s in c?
What are the different file extensions involved when programming in C?
what are bit fields? What is the use of bit fields in a structure declaration?
Is c pass by value or reference?
What are the types of variables in c?
Explain how can you restore a redirected standard stream?
What does 4d mean in c?
Differentiate between full, complete & perfect binary trees.
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a program which returns the first non repetitive character in the string?
What is null pointer constant?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Explain what are header files and explain what are its uses in c programming?
Is javascript written in c?