What is the deal on sprintf_s return value?
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Where static variables are stored in memory in c?
player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion
what is a headerfile?and what will be a program without it explain nan example?
Explain how do you declare an array that will hold more than 64kb of data?
main() { float a=3.2e40; printf("%d",a); }
what is c language?
Why cd or dvd are round why not square.
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
What is #error and use of it?
How do we open a binary file in Read/Write mode in C?
What is an volatile variable?