Why dont c comments nest?


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

Post New Answer

More C Interview Questions

what is stack , heap ,code segment,and data segment

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


How can you find the exact size of a data type in c?

0 Answers  






code for selection sort?

1 Answers  


Can we declare a function inside a function in c?

0 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What is difference between structure and union with example?

0 Answers  


What is a class?

3 Answers  


What are header files in c?

0 Answers  


How can I recover the file name given an open stream?

0 Answers  


Categories