Is c# a good language?


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

Post New Answer

More C Interview Questions

What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


what is a c-language.what is do.

4 Answers   HCL,


Find if a number is power of two or not?

1 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  






Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.

1 Answers   Wipro,


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


What is sizeof array in c?

0 Answers  


What is the difference between volatile and const volatile?

0 Answers  


Categories