What is the difference between malloc calloc and realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
input any 4 digit number and find the difference of all the digits?
What happens if header file is included twice?
What is the use of the sizeof operator?
Why static is used in c?
What are directives in c?
What is #ifdef ? What is its application?
All technical questions
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain the use of 'auto' keyword
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain 'bit masking'?