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

LG C Code Interview Questions
Questions Answers Views Company eMail

main(int argc, char *argv[]) { (main && argc) ? main(argc-1, NULL) : return 0; } a. Runtime error. b. Compile error. Illegal syntax c. Gets into Infinite loop d. None of the above

4 11665

main() { int i; float *pf; pf = (float *)&i; *pf = 100.00; printf("\n %d", i); } a. Runtime error. b. 100 c. Some Integer not 100 d. None of the above

2 10604

Post New LG C Code Interview Questions




Un-Answered Questions

TRIM function in Hive with example?

437


How do I let people download a file from my page?

516


Is string an object in c++?

650


What is lazy initialization in java?

545


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103






What are out-of-range errors with date and time literals?

543


Describe about 4G and Wimax.

1703


What is Oauth?

432


What is a deinitializer in swift?

584


Can an object subclass another object?

547


How the object diagrams gets represented in uml?

508


What are different String functions available in PIG?

309


Without what stage, a recover stage will handle any exception on that page?

183


What is the difference between select and update query?

99


How many ways do we use parameters in tableau?

176