What is sizeof c?
No Answer is Posted For this Question
Be the First to Post Answer
why do some people write if(0 == x) instead of if(x == 0)?
Who developed c language and when?
What is Heap?
write a program to display reverse of a number using for loop?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
When should the const modifier be used?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
Explain is it valid to address one element beyond the end of an array?
HOW TO HANDLE EXCEPTIONS IN C
why Language C is plateform dependent
Explain how can I avoid the abort, retry, fail messages?