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 4507

write a programme to get a character and thier ASCII value

1 3137

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

informatics,

1 2987

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

Broadridge,

5 12034

what is difference between thread and programme.

NCC,

1 3995

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

Vector,

8 22118

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

Vector,

2 13648

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

Vector, Vector India,

1 9718

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 14133

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 10302

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 11529

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

IBM, Vector,

4 29677

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

1 4406

How to create a comment page in C #??

2 5938

OOP'S advantages of inheritance include:

Infosys,

1 11647


Un-Answered Questions { Programming Languages }

What is the use of assertions in python?

1151


hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad

1865


Do you know the difference between malloc() and calloc() function?

1126


How to Print in Delphi without using the TPrinter Unit ?

1898


How will you create a field using code?

163


How is the latest version of joomla?

151


how to detect a mobile device using php

1169


How do you determine the length of a string value that was stored in a variable?

1195


How to Get the time and date in Universal Time ?

1753


What are compound statements?

1272


What are pointers? What are different types of pointers?

1256


What is the length of your largest python code? Can you please describe the project?

1106


Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,

2396


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1350


i have a written test for microland please give me test pattern

2805