What is the symbol indicated the c-preprocessor?
Why c is procedure oriented?
Explain bit masking in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
implement NAND gate logic in C code without using any bitwise operatior.
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Differentiate b/w Modify and Update commands giving example.
What is the difference between malloc() and realloc()?
what is the main use of c where it can use the c
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Where are the auto variables stored?
What are header files why are they important?
what is the output of printf("%d",(scanf("%d",10));