State the difference between x3 and x[3].
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to check armstrong number in c?
how to find the sizof of any datatype using bit manipulations
What is the use of a conditional inclusion statement in C?
What are valid operations on pointers?
Explain what does a function declared as pascal do differently?
Why does everyone say not to use gets?
How will you allocate memory to a double pointer ?
How does normalization of huge pointer works?
can we initialize all the members of union?
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); }
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
What is define directive?