Programming Code (840)
Scripts_Markup Code (257) main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
1 5545main() { static char names[5][20]={"pascal","ada","cobol","fortran","perl"}; int i; char *t; t=names[3]; names[3]=names[4]; names[4]=t; for (i=0;i<=4;i++) printf("%s",names[i]); }
2 16219#include
#include
CNSI,
2 12316#include
TCS,
1 9122#include
what does mbln in mblnrects mean? my boolean?
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
What is an XML Schema?
What is the functionality of GetWindowTextLength?
iam getting keyword or delimiter error while executing ICETOOL,provide me solution.
Write a python program to check if a number is a perfect number?
1.Explain what happens to a session object when the browser associated with it is closed? 2.Explain how a session object is created and used. (Note: you are not required to provide the Java statements such as ‘getAttribute’)
create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report
How to use Client-side Script to Focus Controls in ASP.NET?
I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.
What is a markup language?
program to bring a window to the front
Write a python program to swap the first and last value of a list?
In a gymnastic competition, scoring is based on the average of all scores given by the judges excluding the maximum and minimum scores. Let the user input the number of judges, after that, input the scores from the judges. Output the average score. Note: In case, more than two judges give the same score and it happens that score is the maximum or minimum then just eliminate two scores. For example, if the number of judges is 5 and all of them give 10 points each. Then the maximum and minimum score is 10. So the computation would be 10+10+10, this time. The output should be 10 because 30/3 is 10.
write a vb script to check equal two 2*2 matrix