Explain what is the difference between the expression '++a' and 'a++'?
No Answer is Posted For this Question
Be the First to Post Answer
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Can you think of a way when a program crashed before reaching main? If yes how?
Explain function?
What are the types of unary operators?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
what is the use of operator ^ in C ? and how it works?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What are lookup tables in c?
what is meant by flushll() in c programming?
How do I declare a pointer to an array?