What are the features of c languages?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of objects used in c?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What is difference between structure and union?
Explain the red-black trees?
What is the purpose of & in scanf?
code for copying two strings with out strcpy() function.
Explain how can you tell whether a program was compiled using c versus c++?
What is a c token and types of c tokens?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Can a program have two main functions?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
what is real time system?what is the differance between hard and soft real time systems