Skip to content

Gyan Today

Knowledge point

  • Home
  • Upcoming Jobs
  • Current Affairs
  • Exam Results
  • Tutorials
    • Programming
      • C Tutorial
  • Interview Question
    • Tricky C programming questions
    • Most Important Interview Questions In C
    • Operating System FAQ
      • OS Questions Set 1
    • Core Java Interview Questions
    • Software Tools FAQ
    • Linux Interview Questions
    • IPC FAQ
      • IPC Questions Set 1
    • Hadoop interview questions
    • LTE FAQ
      • LTE – Channels
      • LTE Questions Part 1
      • LTE Questions Part 2
      • LTE Questions Set 3
    • Python Interview Questions
      • Python Interview Questions set 1
      • Python Interview Questions set 2
      • Python Interview Questions set 3
    • Ruby Interview Questions
      • Ruby Interview Questions part 1
      • Ruby Interview Questions set 2
    • General Questions

Category: Most Important Interview Questions In C

Most important and frequently asked C interview questions

Q68 What is difference between malloc() and calloc()?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment
Continue reading

Q67 What is dynamic memory allocation and how to allocate memory dynamically?

July 19, 2015 Gyantoday Most Important Interview Questions In C, Others Leave a comment

Please click on the link to know about DMA

Continue reading

Q66 What is an opaque pointer?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

A pointer is said to be opaque if the definition of the type to which it points to is not

Continue reading

Q65 What are near, far and huge pointers?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment
Continue reading

Q64 What is segmentation fault?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

The segmentation fault is a programming error, means the program is trying to access an invalid memory location or memory

Continue reading

Q63 What is memory leak?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Suppose we have dynamically allocate a chunk of memory and forgot to de allocate it, means the program allocates some

Continue reading

Q62 What is NULL pointer, void pointer, wild pointer and dangling pointer?

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment
Continue reading

Q61 Write a simple program by using function pointer.

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment
Continue reading

Q60 What is function pointer? Benefits of using function pointer? Write prototype of a function pointer.

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment
Continue reading

Q59 Where local variable and pointer variable gets memory.

July 19, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Local variable gets memory in stack and dynamically allocated memory for pointer variable gets space in heap. Explain memory mapping.

Continue reading

Q58 What is constant expression required error in array?

July 19, 2015 Gyantoday Most Important Interview Questions In C One comment

Is below statement is correct? int value = 20; int arr[value]; Compiler will through error like Constant expression required while

Continue reading

Q57 Write a C program to remove duplicates in a sorted array.

July 18, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

#include<stdio.h> int remove_duplicate(int arr[], int arr_size) {         int i, j = 0;         printf(“Printing original array elements\n”);         for(i

Continue reading

Q56 What is meaning of run time error and compile time error in C?

July 18, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Complie time error – An error which is identified at compile time is called compile time error. Below program will

Continue reading

Q55 What is difference and purpose of using exit() and return() in a function?

July 18, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

exit() is used to exit our program and return control to the operating system and return() is used to return

Continue reading

Posts pagination

«Previous Posts 1 2 3 4 5 … 8 Next Posts»

Recent Posts

  • Born today Famous People’s Birthdays 1st September 01/09 in India and world
  • Born today Famous People’s Birthdays 31st August 31/08 in India and world
  • Born today Famous People’s Birthdays 30th August 30/08 in India and world
  • Born today Famous People’s Birthdays 29th August 29/08 in India and world
  • Born today Famous People’s Birthdays 28th August 28/08 in India and world

Recent Comments

  • Gyantoday on Born today Famous People’s Birthdays 27th August 27/08 in India and world
  • PAUL on Q58 What is constant expression required error in array?
  • Ganesh on User defined function of strcmp()
  • Abrar Alam Khan on Born today Famous People’s Birthdays 27th August 27/08 in India and world
  • Avinash singh on Q43 Write a C program to reverse odd bits or even bits of an integer.

Archives

  • August 2017
  • August 2016
  • July 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • January 2015

Categories

  • Android
  • Cell Phones
  • Core Java Interview Questions
  • Current Affairs
  • Exam Results
  • General Questions
  • Hadoop interview questions
  • IPC FAQ
  • IPC Questions Set 1
  • Jobs Today
  • Linux
  • Linux Interview Questions
  • LTE – Channels
  • LTE FAQ
  • LTE Questions Part 1
  • LTE Questions Part 2
  • LTE Questions Set 3
  • Mac OS
  • Most Important Interview Questions In C
  • News
  • Operating System FAQ
  • OS
  • OS Questions Set 1
  • Others
  • Python Interview Questions
  • Python Interview Questions set 1
  • Python Interview Questions set 2
  • Python Interview Questions set 3
  • Ruby Interview Questions
  • Ruby Interview Questions part 1
  • Ruby Interview Questions set 2
  • Science
  • Sports News
  • Today's Birthday
  • Tricky C programming questions
  • Upcoming Exams and Dates
  • Windows
  • XAMPP

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
WordPress Theme: Tortuga by ThemeZee.