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
Explain which function in c can be used to append a string to another string?
Is register a keyword in c?
What are local static variables?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
write a program structure to find average of given number
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
What is the purpose of main( ) in c language?
how to reverse string "Hello World" by using pointers only. Without any temp var
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
which type of question asked from c / c++ in interview.
where does malloc() function get the memory?
How does struct work in c?