skip to main | skip to sidebar

C for Geeks

For all C lovers and geeks

  • 0

    Apple: In which case exit() and return() function works in same manner?

    Saturday, 11 August 2012 | Unknown at 04:29 |
     The exit() function is used to exit your program and return control to the operating system. The return statement is used to return from...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    Guess the Output: PRINTF("%d");

    Unknown at 03:32 |
    1. When we write printf("%d",x); this means compiler will print the value of x. But as here, there is nothing after %d so com...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 2

    Famous interview questions

    Friday, 10 August 2012 | Unknown at 04:04 |
    Question 1:Difference between const char* p and char const* p? In const char* p, the character pointed by ‘p’ is constant, so u cant ch...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    Play with strings

    Thursday, 9 August 2012 | Unknown at 22:07 | Labels: Advanced, c advanced concepts, c for geeks, C interview questions, Concepts, Interview questions, questions asked in tally interview
    In C language Strings are defined as an array of characters or a pointer to a portion of memory containing ASCII characters. A string in ...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    Fun with pointers

    Unknown at 01:13 |
    A pointer is a special kind of variable. Pointers are designed for storing memory address i.e. the address of another variable. Declaring ...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    C Basics

    Unknown at 00:46 |
    C is a general-purpose high level language that was originally developed by Dennis Ritchie for the Unix operating system. It was first ...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    C Data Types

    Unknown at 00:39 | Labels: Advanced, C, c advanced concepts, c for geeks, C interview questions, Concepts, Interview questions, questions asked in tally interview
    C has a concept of 'data types' which are used to define a variable before its use. The definition of a variable will assign stor...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    In every 5 questions MICROSOFT asks: To Apply hashing

    Wednesday, 8 August 2012 | Unknown at 22:09 |
    Hash Functions You may find the hashing functions useless in C , but they are not, atleast in BIG MNC's . Anyways, Hash functions pl...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    IBM: Scope OF DBA

    Unknown at 02:44 |
    A project is 50% efficient if its database is well managed. Database processing plays a very important role. Network bandwidth is typic...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
  • 0

    Dennis Ritchie says: C & UNIX, a Unique combination

    Sunday, 5 August 2012 | Unknown at 23:02 |
    #include <stdio.h> #include <stdlib.h> int main(void) { printf("Hello World!\n"); return EXIT_SUCCESS; } Ass...
    Read more »
    Email This BlogThis! Share to X Share to Facebook
Newer Posts Older Posts Home
  • Home

Tags

  • Advanced (16)
  • C (16)
  • c advanced concepts (16)
  • c for geeks (16)
  • C interview questions (16)
  • Concepts (16)
  • files (1)
  • Interview questions (16)
  • libraries (1)
  • macros (1)
  • preprocessor (1)
  • questions asked in tally interview (16)

Total Viewers

Blog Archive

  • ►  2013 (1)
    • ►  11/17 - 11/24 (1)
  • ▼  2012 (55)
    • ►  10/28 - 11/04 (1)
    • ►  10/07 - 10/14 (2)
    • ►  09/02 - 09/09 (4)
    • ►  08/26 - 09/02 (3)
    • ►  08/19 - 08/26 (4)
    • ►  08/12 - 08/19 (9)
    • ▼  08/05 - 08/12 (10)
      • Apple: In which case exit() and return() function ...
      • Guess the Output: PRINTF("%d");
      • Famous interview questions
      • Play with strings
      • Fun with pointers
      • C Basics
      • C Data Types
      • In every 5 questions MICROSOFT asks: To Apply hashing
      • IBM: Scope OF DBA
      • Dennis Ritchie says: C & UNIX, a Unique combination
    • ►  07/29 - 08/05 (8)
    • ►  07/22 - 07/29 (14)

Authors

Unknown
View my complete profile

Online Friends

Tutorials And Books

1. C Introduction

2. Data Types in C

3. Pointers

4. Play with strings

5. Best Interview Questions

6. Download C Books

7. Memory allocation

Be a part of our C - Family

Popular Posts

  • Connect oracle with C/C++
    Interviewers often ask can you connect C/C++ with database or not? It is tricky for those who haven't done it before. But the answer...
  • Memset(),memcpy() and memmove() functions in c
    The memset() Function To set all the bytes in a block of memory to a particular value, use memset(). The function prototype is void * me...
  • How to make a C function to be visible inside a file only
    Whenever you define a C function, its name is globally visible by default. You can prefix the function name with the redundant extern k...
  • Array and String related Interview questions asked in Google
    1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? _ ___...
  • What is the output of following program?
    #include<stdio.h> void main()  {    int a; a=300*300/300; printf("a=%d",a);  } output is: 81 in turbo c++ compile...
  • Play with strings
    In C language Strings are defined as an array of characters or a pointer to a portion of memory containing ASCII characters. A string in ...
  • Tutorial:Memory Allocation in C
    In this chapter, we'll meet  malloc , C's dynamic memory allocation function, and we'll cover dynamic memory allocation in som...
  • World's First Worm
    The problems in C are not confined to just the language. Some routines in the standard library have unsafe semantics. This was dramatical...
  • Few rules which every C compiler has to comply with
    1. There can be atleast 31 arguments in the function call 2. There can be atleast 509 lines of code in any C program. 3. There can be atl...
  • output of following c program
    #include<stdio.h> void main()  {   int x=3,y;  y=++x * ++x * ++x; printf("y=%d",y); } output:- 216 ++x will mak...
 

© C for Geeks

Designed by WPart.org, Blogger templates by Blog and Web.