Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
Where we use clrscr in c?
How a string is stored in c?
How can you find out how much memory is available?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
Can one function call another?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
who will call your main function in c under linux?
How do I get an accurate error status return from system on ms-dos?
What is multidimensional arrays
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}