Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
1 7006How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
12 22125in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8681in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
2 6658if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
2 10981Post New NetApp C Interview Questions
Explain the concept of control tables.
What is transformer utilization factor?
Why to choose bootstrap for building the websites?
Why do we create dto in java?
What is difference between overloading and overriding in java?
what is the main purpose of informal review
What is the function of linear dataset in vsam?
Is dtd better than xml?
In qtp, how you can exit for loop?
What is the predominant distinction between javascript and j-query?
Is it safe to delete program data?
Is udp faster?
List down the major security implementations within node.js?
How do I find my localdb version?
Is python object-oriented? What is an object-oriented programming