What are pointers? Why are they used?
No Answer is Posted For this Question
Be the First to Post Answer
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is a method in c?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
explain what are pointers?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How can I implement sets or arrays of bits?
What is hashing in c language?
How do you determine the length of a string value that was stored in a variable?
what are the general concepts of c and c++
Can we change the value of #define in c?
write function to reverse char array ... without using second array
wats the diference btwen constant pointer and pointer to a constant.pls give examples.