Define and explain about ! Operator?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the difference between malloc() and calloc() function?
I want tcs placement papers of 2004-2009 , its urgent
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
why division operator not work in case of float constant?
write a program to delete an item from a particular location of an linear array?
What is the meaning of && in c?
Differentiate fundamental data types and derived data types in C.
Write a program to print ASCII code for a given digit.
Which is an example of a structural homology?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What does static mean in c?
What is data structure in c language?