hi,
which software companys will take,if d candidate's % is jst
55%?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I access a memory located at certain address?

2 Answers   CSC,


what is a non volatile key word in c language?

1 Answers  


What are run-time errors?

0 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,


How can you find the exact size of a data type in c?

0 Answers  






What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


State the difference between realloc and free.

0 Answers   Aricent,


How can I make sure that my program is the only one accessing a file?

0 Answers  


What does do in c?

0 Answers  


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What is the condition that is applied with ?: Operator?

0 Answers  


Categories