What is the function of volatile in c language?
Explain 'bit masking'?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
A stack can be implemented only using array?if not what is used?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
When is the “void” keyword used in a function?
Write a program that receives as input a number omaadel-n-print, four digits.
What is variable in c with example?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
What is void main ()?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
suppose there are five integers write a program to find larger among them without using if- else