Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does void main return?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
why program counter is 16 bit?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
out put of printf(ā%dā,printf(ram));
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is structure padding ?