Hi how many types of software editions are there and their
difference (like home editions, enterprise, standard etc)
can u please help me
No Answer is Posted For this Question
Be the First to Post Answer
every function has return the value?
Explain what is the use of a semicolon (;) at the end of every program statement?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are pointers in C? Give an example where to illustrate their significance.
Why is C called a middle-level language?
How do you use a 'Local Block'?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
What is pragma c?
what is a non volatile key word in c language?
How can I trap or ignore keyboard interrupts like control-c?
post new interiew question and aptitude test papers
write a c program in such a way that if we enter the today date the output should be next day's date.