What does c in a circle mean?
What is the difference between File pointer and Internal Charecter Pointer?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Explain 'far' and 'near' pointers in c.
how can i get this by using for loop? * ** * **** * ******
How is pointer initialized in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What do the functions atoi(), itoa() and gcvt() do?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Why we not create function inside function.
Why isnt there a numbered, multi-level break statement to break out
Explain how do you search data in a data file using random access method?