Differentiate between ordinary variable and pointer in c.
No Answer is Posted For this Question
Be the First to Post Answer
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
LOGIC OF Bodmas?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
How do you use a 'Local Block'?
What is the advantage of c?
what is an inline fuction??
What is volatile variable in c?
write a program to check whether a number is Peterson or not.
Give me the code of in-order recursive and non-recursive.