What is data types?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference b/w Structure & Array?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Explain what is dynamic data structure?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
Differentiate between ordinary variable and pointer in c.
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the purpose of ftell?
about c language
what are the various memory handling mechanisms in C ?
When do we get logical errors?
What is array of pointers to string?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC