why r u join this company? give solid resons.
Answer Posted / rajee
Mainly for only one reason of showing my own talents...
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
Difference between exit() and _exit() function?
Explain how can type-insensitive macros be created?
What is data types?
to find the closest pair
Write a program of advanced Fibonacci series.
What is difference between scanf and gets?
What is variable in c example?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
When do we get logical errors?
What's the total generic pointer type?
What are the types of unary operators?
What is main return c?
What is return type in c?
#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); }
Write a program to check whether a number is prime or not using c?