Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
What are static variables in c?
How to write a multi-statement macro?
How do you access command-line arguments?
write a program structure to find average of given number
What is the most efficient way to count the number of bits which are set in a value?
number of times a digit is present in a number
Output for following program using for loop only * * * * * * * * * * * * * * *
How do I convert a string to all upper or lower case?
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
what is difference between overriding and overloading?
write a program for even numbers?
What is the use of sizeof () in c?