Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Languages Interview Questions
Questions Answers Views Company eMail

Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 1074

Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 1747

Identify the error in the following program. include using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 1065

Identify the errors in the following program. #include using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 1392

Write a C++ Program to Check Whether a character is Vowel or Consonant.

2 1262

Write a C++ Program to find Addition of Two Numbers.

1 890

Write a C++ Program to Multiply two Numbers

1 1237

Write a C++ Program to Generate Random Numbers between 0 and 100

1 1452

int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1262

How to explain the final year project as a fresher please answer with sample project

977

Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

2081

1. What coding languages are you comfortable with?

1 2598

2. What do you mean by DHCP?

1 2898

3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?

1 2865

What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1887


Un-Answered Questions { Programming Languages }

What is binary tree in c?

1106


What are implicit parameters in Scala?

7


How to add custom cell in uitableview in objective c?

1


Specify a DefaultExpression for a TField object?

2761


What is the difference between rnorm and runif functions ?

114


How can I find out how much free space is available on disk?

1058


Is reference counting garbage collection?

1


Mention the purpose of istream class?

1117


In C programming, what command or code can be used to determine if a number of odd or even?

1061


What happens when you create a block?

1


What is the difference between == and === operators in Kotlin?

223


Explain what does the format %10.2 mean when included in a printf statement?

1367


How to install scala? Explain

1


What are 'near' and 'far' pointers?

1045


What is Joomla Modules?

115