Can I initialize unions?
No Answer is Posted For this Question
Be the First to Post Answer
Why is malloc used?
What is the purpose of #pragma directives in C?
What are the different types of errors?
Write a function to find the area of a triangle whose length of three sides is given
Explain how can a program be made to print the name of a source file where an error occurs?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What are volatile variables in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
what is the difference between while and do while?