Code Snippets Interview Questions
Questions Answers Views Company eMail

How can i find first 5 natural Numbers without using any loop in c language????????

Microsoft,

2 8771

C statement to copy a string without using loop and library function..

Persistent, TCS,

2 12274

Is it possible to type a name in command line without ant quotes?

Excel, Infosys,

1 4660

Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.

1 7185

Write code for the multiplication of COMPLEX numbers?

IBM,

3518

what is the output of following program ? void main() { int i=5; printf("%d %d %d %d %d ",i++,i--,++i,--i,i); }

10 22539

what is brs test reply me email me kashifabbas514@gmail.com

2698

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2281

posted by surbhi just now main() { float a = 5.375; char *p; int i; p=(char*)&a; for(i=0;i<=3;i++) printf("%02x",(unsigned char) p[i]); } how is the output of this program is :: 0000ac40 please let me know y this output has come

GATE,

2 14745

how does the below eqation proceed to be solved: x*=y+z options: x=x*y+z or x=x*(y+z)

1 3820

1+1/2!+1/3!+...+1/n!

2153

write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4382

Write a java program to display multiplication table in a Frame.

1 14931

i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

2308

create a slide show which has three slides,which includes only text.program should change to the new slide after 5 seconds.After the third slide program returns to the first slide.

1 8344


Un-Answered Questions { Code Snippets }

Write a Program to find whether the given number is a Armstrong number.

635


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

2684


plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express

3420


What is a markup language?

489


communication between main window and new windows

1903


what is main difference between array_push and array_pop?

3898


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.

2650


how to Auto Scroll the page

1799


c# code to Count number of 1's in a given range of integer (0 to n)

4555


Why XSLT is important for XML?

506


What is 301 redirects in php? When are we used 301 redirects in our projects?

2146


What are the basic rules while writing XML?

416


Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.

1343


how to get the User's Time of Day

1851


advance the focus to next consecutive fields when Enter Key is pressed

2003