Answer Posted / sagar
bitwise shift operators are >>,<<
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 5 types of organizational structures?
What is the difference between strcpy() and memcpy() function in c programming?
What does != Mean in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Are pointers integers in c?
Can you please explain the difference between syntax vs logical error?
Write a program to swap two numbers without using a temporary variable?
What is meant by recursion?
What is static and volatile in c?
Can a pointer be null?
There seem to be a few missing operators ..
What is the advantage of using #define to declare a constant?
C language questions for civil engineering
what does static variable mean?
#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); }