Answer Posted / xyz
it is not call centre! it's MNC!
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why static variable is used in c?
Explain a file operation in C with an example.
What is the purpose of main() function?
Why is c faster?
Write a program to find the biggest number of three numbers in c?
what is uses of .net
What are the advantages of union?
In C programming, what command or code can be used to determine if a number of odd or even?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the use of static variable in c?
What is type qualifiers?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can I remove the leading spaces from a string?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is local and global variable in c?