Multiply an Integer Number by 2 Without Using Multiplication Operator
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of structure pointer in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
is c language is a object oreinted language?
What is include directive in c?
Is javascript based on c?
how to set Nth bit of a variable?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
which will be first in c compiling ,linking or compiling ,debugging.
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,