What is signed and unsigned?


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

Post New Answer

More C Interview Questions

#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


Explain two-dimensional array.

0 Answers  


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


how to go with this?

1 Answers   Wipro,






What is c value paradox explain?

0 Answers  


write an algorithm to display a square matrix.

0 Answers  


how many argument we can pas in in a function

25 Answers   CTS,


What are the c keywords?

0 Answers  


char *p="name"; printf(p);

1 Answers  


what does exit() do?

3 Answers   Cadence,


Subtract Two Number Without Using Subtraction Operator

0 Answers  


Categories