what does static variable mean?
No Answer is Posted For this Question
Be the First to Post Answer
User define function contain thier own address or not.
What are linker error?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What are the average number of comparisons required to sort 3 elements?
How can I convert a number to a string?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Why pointers are used in c?
size maximum allocated by calloc()
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above