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

Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What is the use of typedef in c?

0 Answers  






What does sizeof return c?

0 Answers  


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


What is pragma c?

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


Categories