Explain what is the general form of a c program?
No Answer is Posted For this Question
Be the First to Post Answer
is c language is a object oreinted language?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
c program to print a name without using semicolon
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
How do you do dynamic memory allocation in C applications?
Is null always equal to 0(zero)?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
what is the function of pragma directive in c?
State the difference between realloc and free.