Why can't we initialise member variable of a strucutre
What are all different types of pointers in c?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
How many header files are in c?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
List out few of the applications that make use of Multilinked Structures?
Toggle nth bit in a given integer - num
How can I get back to the interactive keyboard if stdin is redirected?
Is it acceptable to declare/define a variable in a c header?
What is assert and when would I use it?
What kind of structure is a house?
What is define c?
What are variables and it what way is it different from constants?