I came across some code that puts a (void) cast before each call to printf. Why?
No Answer is Posted For this Question
Be the First to Post Answer
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Is c object oriented?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Explain the use of fflush() function?
tell me the full form of c?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
How can you access memory located at a certain address?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Describe static function with its usage?
what is the use of ~ in c lang?????
How can I automatically locate a programs configuration files in the same directory as the executable?