What is the use of a conditional inclusion statement in C?
Why array starts with index 0
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What does %c mean in c?
What are the types of variables in c?
What is array of structure in c?
main() { int a; a=++100; printf("%d",a); getch(); }
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
Should I learn c before c++?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
List some applications of c programming language?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?