What is the sizeof () a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Simplify the program segment if X = B then C ← true else C ← false
1 232 34543 4567654 can anyone tell me how to slove this c question
What is adt in c programming?
write a program without using main function?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
how to swap four numbers without using fifth variable?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
Difference between malloc() and calloc() function?
Why does not c have an exponentiation operator?
Is boolean a datatype in c?