Is Exception handling possible in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How reliable are floating-point comparisons?
Explain what is output redirection?
what are bitwise shift operators?
How can I write functions that take a variable number of arguments?
What is dynamic dispatch in c++?
write a program to find the frequency of a number
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
what is the difference between declaration ,defenetion and initialization of a variable?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
what is a constant pointer in C
How can I read/write structures from/to data files?