What is c basic?


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

Post New Answer

More C Interview Questions

hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


What is the purpose of void in c?

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


What is realloc in c?

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


What are different storage class specifiers in c?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


What is meant by gets in c?

0 Answers  


What tq means in chat?

0 Answers  


Categories