if a is an integer variable, a=5/2; will return a value
a) 2.5
b) 3
c) 2
d) 0
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
can we execute the program with the object file
how to reverse string "Hello World" by using pointers only. Without any temp var
What is the use of structure padding in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain what happens if you free a pointer twice?
how to set Nth bit of variable by using MACRO
Explain threaded binary trees?
How would you write qsort?
What is oops c?
What is the explanation for the dangling pointer in c?
What is the purpose of & in scanf?