what is difference between array and structure?
Answer Posted / shiva
arry is derived data type,
structure is user defined data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are the expressions * ptr ++ and ++ * ptr same?
What is c preprocessor mean?
What is a keyword?
Is it better to use a macro or a function?
What is the stack in c?
What is methods in c?
Explain how do you sort filenames in a directory?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
please explain every phase in the "SDLC" in the dotnet.
Explain what are run-time errors?
What is preprocessor with example?
Explain a pre-processor and its advantages.
What is union and structure in c?