What is union and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
64/square(4)
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Write a c program to print the sizes and ranges of different data types in c?
Define macros.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
When is a “switch” statement preferable over an “if” statement?
What is a method in c?
which is an algorithm for sorting in a growing Lexicographic order
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is pointer and structure in c?
What are the primitive data types in c?
How do you write a program which produces its own source code as its output?