• Differences between printf and printif
    What is the difference between printf and printif? similarly what is the difference between scanf and scanfor?
  • Difference between Cygnus and GNUARM?
    Hi, I have a project that I compiled with Cygnus (arm-uclibc-). It worked perfectly on my target. My code started at address 0x160. Then, I tried to compile it with GNUARM (arm-elf-). I always...
  • volatile ?
    What is the use of declaring a variable volatile... what it means if it is specified volatile?
  • volatile
    Hi, when keyword volatile is used in the C programming...i have studied in one book that this volatile keyword is a directive to the compiler's optimizer that variables declared as volatile will not...
  • what is the difference between scanf and scanfor?
    what is the difference between scanf and scanfor?