How are portions of a program disabled in demo versions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


program for validity of triangle from 3 side

7 Answers  


What are extern variables in c?

0 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


Why static is used in c?

0 Answers  






When should the register modifier be used? Does it really help?

0 Answers  


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


What is the use of clrscr?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


What are the different types of C instructions?

0 Answers   InterGraph,


Is c compiled or interpreted?

0 Answers  


Categories