Process by which one bit pattern in to another by bit wise operation is?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
when to use : in c program?
Why is it important to memset a variable, immediately after allocating memory to it ?
Tell us bitwise shift operators?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Explain demand paging.
What is a macro in c preprocessor?
why TCS selected more student in the software field from all institution.
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Is c is a procedural language?
What is scope rule of function in c?