Define Array of pointers.
No Answer is Posted For this Question
Be the First to Post Answer
what is the definition of storage classes?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
what is the difference between postfix and prefix unary increment operators?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is the difference between far and near ?
how to implement stack operation using singly linked list
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
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
why TCS selected more student in the software field from all institution.
can we print any string in c language without using semicolon(;)(terminator) in whole program.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What are the 5 types of inheritance in c ++?