Explain indirection?
No Answer is Posted For this Question
Be the First to Post Answer
the operator for exponencation is a.** b.^ c.% d.not available
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What are the three constants used in c?
Explain bitwise shift operators?
What is C++
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the difference between void main and main in c?
two variables are added answer is stored on not for third variable how it is possible?
Is a house a shell structure?
How do you print only part of a string?
I want tcs placement papers of 2004-2009 , its urgent
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings