What is wrong with this program statement? void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
can we execute the program with the object file
write a 'c' program to sum the number of integer values
What's the difference between constant char *p and char * constant p?
What are the preprocessor categories?
Write a program to find minimum between three no.s whithout using comparison operator.
Why should I use standard library functions instead of writing my own?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
Do pointers need to be initialized?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
Explain what is a program flowchart and explain how does it help in writing a program?