What is the mean of function?
No Answer is Posted For this Question
Be the First to Post Answer
Why is %d used in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
how to make program without <> in libray.
What are the rules for the identifier?
without using control structures and control structures find the max and min of given 2 nos
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain the use of bit fieild.
In which layer of the network datastructure format change is done
to convert a string without using decrement operater and string functions
Explain what are the advantages and disadvantages of a heap?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What are the uses of null pointers?