What is function in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is a char c?
Whether there can be main inside another main?If so how does it work?
What are the different types of endless loops?
What are the ways to a null pointer can use in c programming language?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Are the outer parentheses in return statements really optional?
what are the different storage classes in c?
What is I ++ in c programming?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
How we can set and clear bit in a byte using macro function?
Are c and c++ the same?