What is the use of bitwise operator?
No Answer is Posted For this Question
Be the First to Post Answer
What does %p mean c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the modulus operator?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
How does memset() work in C?
What is bubble sort technique in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
why we shiuld use main keyword in C
How can we open a file in Binary mode and Text mode?what is the difference?
What are the types of bitwise operator?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
What does %c do in c?