what are the languages used in c#?
Answers were Sorted based on User's Feedback
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is a structure and why it is used?
Is there any demerits of using pointer?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a program to add two numbers of any size.....(remember any size)
write a program to find out prime number using sieve case?
What is function and its example?
What are data breakpoints?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Write a program to know whether the input number is an armstrong number.