Explain a pre-processor and its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between declaring a variable and defining a variable?
What is dynamic variable in c?
What is multidimensional arrays
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is the difference between char array and char pointer?
What are run-time errors?
write an interactive program to generate the divisors of a given integer.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is c method?
What does it mean when a pointer is used in an if statement?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]