What are pointers? Why are they used?
No Answer is Posted For this Question
Be the First to Post Answer
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
what is the function of void main()?
given post order,in order construct the corresponding binary tree
Explain the Difference between the New and Malloc keyword.
Is c still used in 2019?
Why do we use & in c?
What will happen when freeing memory twice
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
why do we use pointer instead directly acessing the data?
How to get string length of given string in c?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is c language in simple words?