How to find a missed value, if you want to store 100 values in a 99 sized array?
No Answer is Posted For this Question
Be the First to Post Answer
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What does sizeof return c?
Is there any demerits of using pointer?
How do I create a directory? How do I remove a directory (and its contents)?
write a program to display the frequency of each element in a given array in c language
explain how do you use macro?
what is the little endian and big endian?
Why main is used in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Two's compliment of -5
How #define works?
how to generate the length of a string without using len funtion?