Explain the properties of union. What is the size of a union variable
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by friend-functions? How are they used?
What is default value of global variable in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
find the size of structure without using the size of function
What is fflush() function?
is it possible to change the default calling convention in c ?
Who developed c language and when?
what is the most appropriate way to write a multi-statement macro?
what is a pointer
4 Answers Bank Of America, TCS,
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
what is the use of call back function in c?tell me with example
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?