What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Is main() function predfined or userdefined?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What is structure data type in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is void main () in c?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
What are the functions to open and close file in c language?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What is adt in c programming?
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.
how to find that no is int or float?