Explain continue keyword in c
No Answer is Posted For this Question
Be the First to Post Answer
implement NAND gate logic in C code without using any bitwise operatior.
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What is difference between array and structure in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is the benefit of using #define to declare a constant?
Why do we use null pointer?
what is the role you expect in software industry?
What are conditional operators in C?
What is the need of structure in c?
If the static variable is declared as global, will it be same as extern?
State the difference between x3 and x[3].
What is the difference between typeof(foo) and myFoo.GetType()?