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

Any good PHP developer looking for change

1 4384

write a programme to get a character and thier ASCII value

3046

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

informatics,

2858

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

Broadridge,

5 11737

what is difference between thread and programme.

NCC,

1 3854

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

Vector,

8 21712

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

Vector,

2 13502

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

Vector, Vector India,

1 9602

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 13913

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 10165

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 11308

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

IBM, Vector,

4 29437

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

1 4292

How to create a comment page in C #??

2 5778

OOP'S advantages of inheritance include:

Infosys,

1 11539


Un-Answered Questions { Programming Languages }

How do I use void main?

1091


How to call constructor for a parent class?

178


What do you mean by node in drupal?

106


What do you know about php artisan? Mention some artisan command.

657


Explain recursion through a program?

1


What static means?

944


how can you add datasets in r?

108


Tell me when a conditional statement is ended with an endif?

903


What is a template in grails?

5


What is the difference between union and structure in c?

1178


What is raw string in python?

858


How do I edit html in joomla?

88


What is the difference between pages and posts in wordpress?

164


What are the feature of laravel 5.0?

727


Can constructor be private in c++?

1044