Answer Posted / rajgopal
pointer is variable which store the addrss of another variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the 10 different models of writing an addition program in C language?
What is the explanation for modular programming?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why void is used in c?
i got 75% in all semester am i eligible for your company
Without Computer networks, Computers will be half the use. Comment.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Explain function?
What are different types of operators?
What is sizeof array?
What is the purpose of the statement: strcat (S2, S1)?
What is a void pointer in c?
Write a program in c to replace any vowel in a string with z?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Why c is called top down?