How can I get random integers in a certain range?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
how to find sum of 5 digits in C?
Differentiate between the = symbol and == symbol?
Do string constants represent numerical values?
What is abstract data structure in c?
regarding pointers concept
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Is c programming hard?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What is output redirection?
Explain what is the stack?
why java is called as a purely oops language.