What is a pointer on a pointer in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How can variables be characterized?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
What does == mean in texting?
What is the advantage of an array over individual variables?
Write a program to swap two numbers without using third variable in c?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
How many types of functions are there in c?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
What is difference between union and structure in c?
why we wont use '&' sing in aceesing the string using scanf
How do I get an accurate error status return from system on ms-dos?