What is the difference between union and anonymous union?
No Answer is Posted For this Question
Be the First to Post Answer
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the different types of objects used in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
write a c program to find the sum of five entered numbers using an array named number
who is the father of c
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the right type to use for boolean values in c? Is there a standard type?
What is struct node in c?
How do I convert a string to all upper or lower case?
what are the facialities provided by you after the selection of the student.