Explain what is operator promotion?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


what is self refrential structure

3 Answers   HCL,


How do you initialize pointer variables?

0 Answers  


what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  






main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


Can we assign string to char pointer?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

0 Answers  


define c

6 Answers   HCL, TCS,


Categories