In which header file is the null macro defined?
why effort estimation is important?
Explain following declaration int *P(void); and int (*p)(char *a);
What is the use of parallelize in spark?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
How was c created?
1,1,5,17,61,217,?,?.
Why main function is special give two reasons?
1. main() { printf("%d",printf("HelloSoft")); } Output?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Can a pointer be null?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What are integer variable, floating-point variable and character variable?