What is sorting in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
In a byte, what is the maximum decimal number that you can accommodate?
How can I do serial ("comm") port I/O?
Explain what are multibyte characters?
Explain what is the use of a semicolon (;) at the end of every program statement?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What are inbuilt functions in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Can you write the function prototype, definition and mention the other requirements.
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
What is the symbol indicated the c-preprocessor?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance