Programming Languages Interview Questions
Questions Answers Views Company eMail

Write on signed and unsigned integers and give three (3) examples each

1 2998

please explain me mail function in php

2 5395

what is use of malloc and calloc?

1370

why programming language C is still used in operating system's kernel??

Wipro,

1 3294

c program to arrange digits in a no in ascending and descending order

1 19012

1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

AAS, Nagarro, Vuram,

1 19913

Why we are use # in begning of programme of c++.

Syntel,

2 3790

what value is returned to operating system after program execution?

1589

what will be maximum number of comparisons when number of elements are given?

1395

What is the output of the program #include #include void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

CTS, Oracle,

4 8048

what is the c.

IBM, TCS,

3 4499

armstrong number by using php while number is given by the keyboard.?

1687

int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 4563

main() { int i; printf("%d",i^i); }

1 2467

char *p="name"; printf(p);

1 1889


Un-Answered Questions { Programming Languages }

Which is useful for method overloading?

614


Can you override database values for your sit urls in wp-config.php?

121


What are the built-in supports?

1


What is class encapsulation?

581


How Python performs Compile-time and Run-time code checking?

444






How will you check in a string that all characters are decimal ?

206


How to add additional sites in homestead environment?

415


How we can call layouts in controller file in yii?

3


Does python support interfaces like in java?

462


Does wordpress automatically update?

112


What is an arraylist c++?

675


Can a file other than a .h file be included with #include?

672


What are the components of r functions?

49


What is functional programming and memory issues in on the performance basis?

52


List out the SEO modules available in Drupal?

74