List a few unconditional control statement in c.
No Answer is Posted For this Question
Be the First to Post Answer
Is calloc better than malloc?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is far pointer in c?
can we write a program in c for printf and scanf without using header file stdio.h
Find occurence of a character in a sting.
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What does int main () mean?
In which layer of the network datastructure format change is done
What are terms in math?
How can a process change an environment variable in its caller?
Why is c so important?
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); }