Programming Languages Interview Questions
Questions Answers Views Company eMail

Any good PHP developer looking for change

1 3707

write a programme to get a character and thier ASCII value

2577

In what scenario does the Logical file and Physical file being used?

informatics,

2293

Write a program to print the swapping in two no and using three variable.

Broadridge,

5 9816

what is difference between thread and programme.

NCC,

1 2942

main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }

Vector,

8 19045

struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

Vector,

2 12175

main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

Vector, Vector India,

1 8746

main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

Vector,

4 12155

main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

Vector,

1 9139

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

Vector, Vector India,

4 9555

#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif

IBM, Vector,

4 26891

main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 3360

How to create a comment page in C #??

2 4251

OOP'S advantages of inheritance include:

Infosys,

1 10222


Un-Answered Questions { Programming Languages }

Why should I use wordpress?

91


How to change the view render file from controller?

155


What is the right type to use for boolean values in c?

561


Explain the MasterSource/MasterFields behavior?

1595


What are the custom fields in wordpress? How to display it?

117






What is c++ 11 and c++ 14?

560


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

1052


How do you reverse the string in python?

463


Give differences between - new and malloc() , delete and free() ?

588


Why do we use & in c?

564


What are the advantages and disadvantages of a heap?

681


What do you mean by tagging used in laravel 5?

391


How do I edit an email template?

58


How can I rethow can I return a sequence of random numbers which dont repeat at all?

685


Is c# a good language?

585