What are the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
What does node * mean?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
What's a good way to check for "close enough" floating-point equality?
give an example of type casting by a simple c program
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
program to locate string with in a string with using strstr function
Explain the concept and use of type void.
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
how to implement stack operation using singly linked list
find the size of structure without using the size of function
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What do you mean by team??