Why is %d used in c?
No Answer is Posted For this Question
Be the First to Post Answer
i want to know aptitude questions,technical questions
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What are the 5 types of organizational structures?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
How can I make sure that my program is the only one accessing a file?
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How can I read/write structures from/to data files?
What is conio h in c?
what is data structure
Explain the difference between structs and unions in c?