What will be the output of following program
#include
main()
{
int x,y = 10;
x = y * NULL;
printf("%d",x);
}
write a own function to compare two strings with out using stringcomparition function?
what is op? for(c=0;c=1000;c++) printf("%c",c);
What's the best way to declare and define global variables?
What is switch in c?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
What is use of bit field?
Why does not c have an exponentiation operator?
What are the different pointer models in c?
how to TOGGLE Nth bit of variable in a MACRO
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What is #include stdio h?
to find the program of matrix multiplication using arrays