When should you not use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
When should the const modifier be used?
What are pointers? Why are they used?
What does void main return?
code for find determinent of amatrix
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
What is a spanning Tree?
What does volatile do?
What is pointers in c?
Explain function pointer with exapmles.
What does %f mean c?