GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

Questions: 453
Comments: 1523
 Showing Questions 81-90 of 453 Questions
<< Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>
 Sponsored Links

 
 C Interview Questions
Sorting Options :  

Explain with an example and how to develop the program 
Latest Answer: Pseudo is not a programming language. It is your language. before writtinga program, we usually draw a blue print on the papar. likeif a > 0    then show a proper messageelse    get the data from user.like, and then we write this in C++ or Java ...
Read Answers (2) | Asked by : VinodhNagaraj

suppose i have given like integer 123.....then print like all the combinations 111,112,113,121......up to 333.. 
Latest Answer: /*to print possible patern using given no*/#include#includevoid main(){ int a[100],b[100],n,x=1,y,k,j,i,m,c; clrscr(); printf("enter no of nost"); scanf("%d",&n); m=n-1; printf("nenter ...

Latest Answer: freopen() :ensures that no other file descriptors are associated with the stream being open'd.strtok(): used to tokenize a given with the help of a delimiter.access(): int access(const char *pathname, int mode) checks for user permissions of the given  ...

Latest Answer: This is a general problem of the keyboard buffer. When scanf("%d",&n); is used and when an input is entered, the newline character("n") along with the input is stored in buffer. This buffer gets clear as the user presses "Enter" ...

Latest Answer: #pragma once is a non-standard but widely supported preprocessor directive designed to cause the current source file to be included only once in a single compilation. Thus, #pragma once serves the same purpose as include guards(#ifndef, #endif) but ...

Latest Answer: this directive is used to instruct the compiler. Suppose you don't want something to compile that condition can be put under this directive, and compiler will show error if that thing meets in the code. ...

Latest Answer: Ya. You can include header file in another file.//In test.h#include//In test.c#include "test.h"int main(){printf("Hellon");}Here stdio.h header file is included in another header file test.hThe only thing to remember ...
Read Answers (1) | Asked by : sanjay ujjainkar

main(){ if(fork()||fork()) return fork(); else return 0;}how many times fork() function is executed? 
Latest Answer: fork f1 = 1 will return f3;fork f1 = 0, f2 = 1 return f3;f1 = 0, f2 = 0 return 0;in all 7 times; ...

What is source code of this tringle A A N I A N I R B A N I R B A N A N I R B A N P A A N I R B A N P A U L 2) A N I R B A N P A 3)
Read Answers (4) | Asked by : Bunti12

Latest Answer: I think if irrespective of the fact that it is overflow or underflow, we will get a segmentation fault ...
Read Answers (3) | Asked by : MARC

View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
# User Name Count
1jintojos 29
2dasam 27
3abhimanipal 22
4baseersd 20
5burraganesh 20
6suji 20
7pbchaudhari 19
8SomGollakota 17
9yzesong 17
10vipin gupta 15
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape