Programming Languages Interview Questions
Questions Answers Views Company eMail

What are static variables, and where are they stored?

2 240

What is a const pointer, and how does it differ from a pointer to a const?

2 221

. Explain the differences between fork() and exec() in C

2 428

How does the C program handle segmentation faults?

2 511

What is the difference between malloc() and realloc()?

2 437

Explain the concept of "dangling pointers" in C.

2 564

How do you prevent buffer overflows in C?

2 528

What is the restrict keyword in C?

2 362

Explain the difference between struct and union.

2 407

What is the purpose of #pragma directives in C?

2 440

How does memset() work in C?

2 409

What is the difference between exit() and _exit()?

2 448

What are dynamically linked and statically linked libraries?

2 449

How does the assert() function work?

2 498

What is the purpose of the fflush() function in C?

2 484


Un-Answered Questions { Programming Languages }

How to create a new dataset only duplicate observations in proc sort procedure?

1803


What is meant by multiple inheritance?

926


How to call javascript function in php on button click?

690


What is the concatenation?

617


Explain can the sizeof operator be used to tell the size of an array passed to a function?

778


What is composer used for?

694


Is godaddy website builder wordpress?

128


What is the difference between character 23 and x23?

159


Explain rtti.

777


What is the best python ide for beginners?

601


How do I prevent my images from being hot-linked by another website?

113


How do I sort alphabetically in python?

662


Is that possible to add pointers to each other?

1106


What is $this in codeigniter?

418


Write a program to find the max value from a list without using max()?

578