When should you use a type cast?


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

Post New Answer

More C Interview Questions

what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


What is a static function in c?

0 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  






difference between c and c++

3 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  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


how can I convert a string to a number?

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


Categories