Why structure is used in c?
What is the difference between struct and union in C?
Do variables need to be initialized?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Explain how do you convert strings to numbers in c?
What are the __date__ and __time__ preprocessor commands?
What is null in c?
What is the difference between a structure and a union?
Explain what is wrong in this statement?
Differentiate between #include<...> and #include '...'
What is the difference between declaring a variable and defining a variable?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What is the difference between if else and switchstatement