How can you draw circles in C?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Explain what is the difference between declaring a variable and defining a variable?
What is the relationship between pointers and data structure?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
What does 4d mean in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Is multithreading possible in c?
How can I split up a string into whitespace-separated fields?
Can you mix old-style and new-style function syntax?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What does #pragma once mean?