how can use subset in c program and give more example


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

Post New Answer

More C Interview Questions

What is pointer to pointer in c?

0 Answers  


Why is c fast?

0 Answers  


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


What does %d do?

0 Answers  


coding for Fibonacci.?

1 Answers  






What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is the exact difference between '\0' and ""

3 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


In which area global, external variables are stored?

3 Answers  


Categories