explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
When should you use a type cast?
write a program to copy a string without using a string?
what is the definition of storage classes?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a function which accept two numbers from main() and interchange them using pointers?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
how to add our own function in c library please give details.?
Program to find larger of the two numbers without using if-else,while,for,switch
What is the purpose of ftell?
Explain how can a program be made to print the name of a source file where an error occurs?
What is the difference between fork() and vfork()?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }