If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two nubers by using a function with pointers?
application attempts to perform an operation?
Which node is more powerful and can handle local information processing or graphics processing?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Can we change the value of #define in c?
size maximum allocated by calloc()
write a program to concatenation the string using switch case?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
What is difference between structure and union with example?
Write a program to generate the Fibinocci Series
Why isnt there a numbered, multi-level break statement to break out
What is the significance of c program algorithms?