find the value of y
y = 1.5x+3 for x<=2
y = 2x+5 for x>2


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

Post New Answer

More C Interview Questions

logic for x=y^n

1 Answers   Delphi,


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

0 Answers  


explain what are actual arguments?

0 Answers  


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


What is cohesion and coupling in c?

0 Answers  






how do you redirect stdout value from a program to a file?

1 Answers  


How can I convert a number to a string?

0 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


What is this infamous null pointer, anyway?

0 Answers  


What is a class c rental property?

0 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


Was 2000 a leap year?

0 Answers  


Categories