What is a ternary operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What is the difference between %d and %i?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the relationship between pointers and data structure?
What happens if you free a pointer twice?
how can write all 1to 100 prime numbers using for loop,if and break ?
What are nested functions in c?
What are the different types of C instructions?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
Is it better to bitshift a value than to multiply by 2?
What is difference between array and structure in c?
What is this infamous null pointer, anyway?