Answer Posted / rina
bitwise shift operators
&,|,^,<<,>>
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
why return type of main is not necessary in linux
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How can you draw circles in C?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is volatile keyword in c?
What is a MAC Address?
When should structures be passed by values or by references?
What is c method?
What is void main ()?
What is a nested formula?
How many types of arrays are there in c?
What are linked lists in c?
Explain about the constants which help in debugging?
What functions are in conio h?