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: Interview Question

Core Java:Abstraction interview question

July 2, 2015 admin Core Java Interview Questions Leave a comment

1.What is an abstract class? Abstract classes are classes that contain one or more abstract methods. An abstract method is

Continue reading

what is jvm in java

June 30, 2015 admin Core Java Interview Questions Leave a comment

Virtual machine : In general terms Virtual machine is a software that creates an environment between the computer and end

Continue reading

Q17 Write your own function of memcpy().

June 30, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

User defined function of memcpy(). #include<stdio.h> #include<string.h> #include<stdlib.h> void own_memcpy(void *to, void *from, int n) {         while(n- -)        

Continue reading

Q16 What is the difference between memcpy and memmove.

June 30, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Hmm friends this is interviewer’s favourite question. Interviewer wants to know, how you handle byte stream. Prototype of memcpy() void

Continue reading

Core Java – OOPs Concepts: OOPs Interview Questions

June 29, 2015 admin Core Java Interview Questions Leave a comment

What are the principle concepts of OOPS?              There are four principle concepts upon which

Continue reading

User defined function of strcmp()

June 21, 2015 Gyantoday Most Important Interview Questions In C One comment

User defined function of strcmp() strlen is used to compare two strings. If return value is zero means both strings are

Continue reading

User defined function of strncpy()

June 21, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

User defined function of strcpy() strncpy is used to copies first n character of a string to another. Prototype of

Continue reading

User defined function of strcpy()

June 21, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

User defined function of strcpy() strcpy is used to copies a string to another. Prototype of strcpy() function : char*

Continue reading

Q15 Write your own C program of strlen(), strcpy(), strncpy() and strcmp()

June 21, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Interview can ask write your own program or user defined function of strlen(), strcpy(), strncpy(). User defined function of strlen() strlen

Continue reading

Q14. Write a C program to reverse the place of words in a sentence.

June 15, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Suppose input is “Welcome to gyantoday” then output should be “gyantoday to welcome” Steps of  algorithm: Reverse whole sentence first.

Continue reading

Q13. Write a C program to reverse a word.

June 13, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Also interviewer can ask  to write a C program to reverse a string. In below program we give input “welcome

Continue reading

Q12. Write a program to print diagonal element of an N*N matrix.

June 10, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Lets take a matrix of 4*4 i.e. int matrix [4][4]; 11           12           13           14 21           22           23           24 31          

Continue reading

Q11. How to generate fibonacci sequence up to given nth number?

June 9, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

First we should know what fibonacci sequence is: The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13,

Continue reading

Q10. How to fast multiply a number by 4?

June 6, 2015 Gyantoday Most Important Interview Questions In C Leave a comment

Bitwise operations are slightly faster than addition and subtraction operations and usually significantly faster than multiplication and division operations. Because

Continue reading

Posts pagination

«Previous Posts 1 … 11 12 13 14 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.