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 8357

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

Persistent, TCS,

2 11768

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

Excel, Infosys,

1 4291

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

1 6832

Write code for the multiplication of COMPLEX numbers?

IBM,

3328

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

10 20750

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

2452

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.

2061

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 14214

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

1 3516

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

1939

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.

4162

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

1 14366

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.

1963

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 7941


Un-Answered Questions { Code Snippets }

program for straight line(y=mx+c)

5553


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

4297


how to convert between arrays and strings

2109


What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?

1578


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

1904






write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used

4300


Cluster head selection in Wireless Sensor Network using C programming language.

3107


how to test the orientation of the layout in android.to note any changes in the ui design when change orientation

2515


Write a Program to find the reverse of a given number.

486


Write a program to model an exploding firecracker in the xy plane using a particle system

3686


I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?

1777


determine which Element received an Event

1903


write a program in java to find the moving average of all prime numbers between 2 and 100.

3582


Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).

3186


how to test pierrot divisor

2256