Hi how many types of software editions are there and their
difference (like home editions, enterprise, standard etc)
can u please help me


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

Post New Answer

More C Interview Questions

What is the size of a union variable?

0 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


WHAT IS FLOAT?

3 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  






void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


why we are using float in C

4 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


What are derived data types in c?

0 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


Explain enumerated types in c language?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Categories