Code Snippets Interview Questions
Questions Answers Views Company eMail

How we print the table of 3 using for loop in c programing?

7 11656

what is the use of using for loop as "for(;;)"?

Satyam,

5 7815

How to count a sum, when the numbers are read from stdin and stored into a structure?

1 4216

how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

GATE,

8 23725

What is an XML? Difference between HTML & XML?

LG Soft,

2 4840

how the value of label is printed through a button in asp.net web application

3 5549

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

Cap Gemini, Infosys,

19 43982

Assume in University Every student in university as entity, prepare a class for student that store the roll no, name, dob of student, and make funtion of deletion, manipulation, addition of student record.

2514

What is data _null_? ,Explain with code when u need to use it in data step programming ?

Abbott,

3025

why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2521

What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

1 4067

What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2641

can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

TCS,

2579

can any one give me code to keyed a flat file and used chain in RPGLE to search any item

1838

#include #include void main() { char str[10]; int,a,x,sw=0; clrscr(); printf("Enter a string:"); gets(str); for(x=0;x<=a;a++); for(x=0;x<=a;x++) { if(str[x]==str[a-1-x]) { sw=1; } else sw=0; } if(sw==10 printf("The entered string is palindrome:"); else printf("The entered string is not a palindrome:); } getch(); } wht would be the explanation with this written code???

2 9252


Un-Answered Questions { Code Snippets }

How we use ajax in asp.net through javaScript. Please givee me an example.

2716


program to bring a window to the front

1772


What is the code of Password Recovery or Forget your password? Plz tell in c # language.

3746


Write a routine to implement the polymarker function

4595


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6598


how to create a search bar which access data from various websites and retrieves the data

2732


How can call any javascript function without saying onclick, onchange, onblur etc events in php?

4346


Write a program to Print the Pascal triangle

654


I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: