What are local variables c?
No Answer is Posted For this Question
Be the First to Post Answer
Find the highest of three numbers and print them using ascending orders?
What is the sizeof () a pointer?
triangle number finding program...
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
please give code for this 1 2 4 7 11 16
is it possible to create your own header files?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
What is s or c?
What is a stream?
what is the code for getting the output as * ** ***
Are pointers integers in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays