What is linear search?
No Answer is Posted For this Question
Be the First to Post Answer
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(); }
program to find the magic square
Why do we use static in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
whats the use of header file in c?
Explain how do you determine a file’s attributes?
what is the use of ‘auto’ keyword?
What is call by value in c?
Hai what is the different types of versions and their differences
the question is that what you have been doing all these periods (one year gap)
write a programe returns the number of times the character appears in the string
What is a MAC Address?