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
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What is Memory leakage ?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Is sizeof a keyword in c?
totally how much header files r in c language
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is a macro in c preprocessor?
Explain what is page thrashing?
What is the translation phases used in c language?
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,