Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Facebook Interview Questions
Questions Answers Views Company eMail

what is the abrivation of GE- 9FA and 9E gas turbines

13 55332

#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 5807

#‎include‬ void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 4001

Post New Facebook Interview Questions




Un-Answered Questions

What are different types of joins in LINQ?

109


I m appointed as an automation trainee engineer in small firm in that I am only the one , my company give me a project on s7-200 as i m beginner I don't know how to program so please send me the helpful site so that I complete my project before deadline....please help me out in this critical situation.

1763


What are the units of bond length?

831


Can you sort a set in python?

634


define identity service in openstack?

119


What is the difference between laravel and php?

697


Tell me what is rtos?

630


What are the disadvantages of mongodb?

1


What is a hive on spark?

237


What is change tracking in sql server?

741


Which method is used for Data transfer?

1828


What is a void pointer in c?

862


What is private key cryptography and how we compare it with public key cryptography?

1565


Explain what is Component Object Model?

789


Define slt?

86