What is main () in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain 'far' and 'near' pointers in c.
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is const and volatile in c?
What is the process of writing the null pointer?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What are register variables in c?
What is an expression?
What is #include stdlib h?
What is meant by preprocessor in c?