What is a pointer?
Answer / gsrinivas
pointer is variable which stores the address of the memory
location
| Is This Answer Correct ? | 26 Yes | 2 No |
hi, which software companys will take,if d candidate's % is jst 55%?
What is I ++ in c programming?
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?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
What are the different types of objects used in c?
Without Computer networks, Computers will be half the use. Comment.
Who developed c language?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Why is a semicolon (;) put at the end of every program statement?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Lists the benefits of c programming language?
Why string is used in c?