Why are algorithms important in c program?
Explain how can I make sure that my program is the only one accessing a file?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
What is stack in c?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What are type modifiers in c?
why array index always starts from zero??
What is this infamous null pointer, anyway?
what is a headerfile?and what will be a program without it explain nan example?
ABCDCBA ABC CBA AB BA A A
What are the 4 data types?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
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.