Are the expressions * ptr ++ and ++ * ptr same?
No Answer is Posted For this Question
Be the First to Post Answer
How do you define a function?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
find the sum of two matrices and WAP for it.
What is the difference between typeof(foo) and myFoo.GetType()?
post new interiew question and aptitude test papers
What does node * mean?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
whitch value return void main?
a simple program in c language
Can you write a programmer for FACTORIAL using recursion?
Is main() function predfined or userdefined?