Programming Languages Interview Questions
Questions Answers Views Company eMail

5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1557

#include void main() { int =1; printf("%d%d%d",a++,++a,++a); }

VB,

3 4504

sum of two integers values only other then integer it should print invalid input.

1 1766

What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

IBM,

1629

c program to input values in a table(using 2D array) and print odd numbers from them

1 1896

Why array starts with index 0

2 2599

What is Conio.h ?

TCS,

2 3084

using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1284

what is the system development cycle

1236

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3209

p*=(++q)++*--p when p=q=1 while(q<=6)

KINPOE,

1248

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

College School Exams Tests,

1228

why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1297

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1225

what is programming language?

TCS,

2 2610


Un-Answered Questions { Programming Languages }

What is the use of endl?

525


Is there any data type in c with variable size?

603


What is the difference between range () and xrange () in python 3?

436


What is difference between structure and union in c?

520


Php says that an array is an ordered map. But how the values are ordered in an array?

575






Tell me how symbol is different from variables?

1


How variables are declared in c?

538


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1601


What is super () react?

434


What is a form in django?

189


Does php support multiple inheritances?

508


Is c++ a high level language?

533


What are the advantages of queue?

410


What does super () do python?

471


What is use of @classmethod, @staticmethod, @property in python?

423