FILE PROGRAMMING
No Answer is Posted For this Question
Be the First to Post Answer
what is a static function
what is the significance of static storage class specifier?
Tell me when is a void pointer used?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What does #pragma once mean?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
How can we see the Expanded source code and compiled code for our source program in C?
Why can arithmetic operations not be performed on void pointers?