Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Is c dynamically typed?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What is the use of bitwise operator?
program to find the roots of a quardratic equation
what is difference between ANSI structure and C99 Structure?
What is getche() function?
Explain goto?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
how to make a scientific calculater ?
Why dont c comments nest?