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
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is include directive in c?
What is the equivalent code of the following statement in WHILE LOOP format?
How can I implement a delay, or time a users response, with sub-second resolution?
What is calloc()?
is c language is a object oreinted language?
What is the difference between malloc() and calloc() function in c language?
WHAT IS MEANT BY LIFE?
what is recursion in C
Explain the difference between #include "..." And #include <...> In c?
Is c procedural or object oriented?
Explain what is a program flowchart and explain how does it help in writing a program?