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

rsystems C Code Interview Questions
Questions Answers Views Company eMail

main() { int (*functable[2])(char *format, ...) ={printf, scanf}; int i = 100; (*functable[0])("%d", i); (*functable[1])("%d", i); (*functable[1])("%d", i); (*functable[0])("%d", &i); } a. 100, Runtime error. b. 100, Random number, Random number, Random number. c. Compile error d. 100, Random number

1 13155

Post New rsystems C Code Interview Questions




Un-Answered Questions

Describe one advantage of mesh topology?

699


How do you reverse the string in python?

479


Why do some animals have larger brains than others? Why do animals with larger bodies have larger brains? How does brain size relate to metabolism or to longevity?

1670


Which platform would you prefer to put job-related advertisements?

186


What is the Model Building in Machine Learning?

80






Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

964


Explain about PHP filter and why it should be used?

559


What do you know about sas and what we do? : sas-grid-administration

608


When you run MRP, What steps it Perform in Back ground or How do you schedule BG job for MRP

3355


who are the maincustomer of a personnel department and which two qualities are important for those working there to display if it is fulfil its purpose?

1679


What does trigger mean in psychology?

538


How do you copy in terminal?

561


What are the filters?

1


How do generics work?

522


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

593