any "C" function by default returns an

a) int value

b) float value

c) char value

d) a & b


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

Post New Answer

More C Interview Questions

Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


Should I learn c before c++?

0 Answers  






Give the Output : * * * * * * * * * *

2 Answers  


What is the importance of c in your views?

0 Answers  


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


What is structure in c explain with example?

0 Answers  


What is difference between && and & in c?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


Is c programming hard?

0 Answers  


Categories