What are the rules for the identifier?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print largest number of each row of a 2D array
What is the deal on sprintf_s return value?
How do you search data in a data file using random access method?
How do I create a directory? How do I remove a directory (and its contents)?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
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 WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What is difference between structure and union?
What are static variables in c?
how is the examination pattern?
Is sizeof a keyword in c?