What is the use of a static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
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?
Explain continue keyword in c
How many bytes are occupied by near, far and huge pointers (dos)?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Should a function contain a return statement if it does not return a value?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Explain what is the difference between declaring a variable and defining a variable?
What is the difference between realloc() and free()
how we can make 3d venturing graphics on outer interface
what is use of malloc and calloc?