What is c basic?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
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
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
What is the purpose of void in c?
What is the difference between formatted&unformatted i/o functions?
What is realloc in c?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
What are different storage class specifiers in c?
What is the general form of #line preprocessor?
Write a simple code fragment that will check if a number is positive or negative.
What is meant by gets in c?
What tq means in chat?