What is storage class?
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
List the variables are used for writing doubly linked list program.
Is c is a low level language?
What does 3 periods mean in texting?
why should i select you?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is array within structure?
Process by which one bit pattern in to another by bit wise operation is?
how 2 compile & execute c program with out using editor?
What is a const pointer, and how does it differ from a pointer to a const?
What are pointers? Why are they used?