When should you not use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
Why enum is used in c?
Are the variables argc and argv are local to main?
What are the data types present in c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
what is self refrential structure
What is the most efficient way to store flag values?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
why we use "include" word before calling the header file. is there any special name for that include??????
progrem to generate the following series 1 12 123 1234 12345
Why is not a pointer null after calling free?
Explain pointers in c programming?