Explain the difference between #include "..." And #include <...> In c?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any book to know about Basics of C Language?
What is the argument of a function in c?
Explain how can you avoid including a header more than once?
What do you mean by invalid pointer arithmetic?
Write a program that his output * *** *****
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
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
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What language is windows 1.0 written?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
What is difference between main and void main?