Answer Posted / nantha.d
answer related to subquery and foreign key.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is static volatile in c?
How can I do graphics in c?
Explain is it valid to address one element beyond the end of an array?
What is your stream meaning?
Why do we need volatile in c?
What is a constant and types of constants in c?
What is pointer to pointer in c?
Where is volatile variable stored?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
If fflush wont work, what can I use to flush input?
Is c a great language, or what?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is a pointer in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.