Where static variables are stored in memory in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we change the value of #define in c?
How can I insert or delete a line (or record) in the middle of a file?
How will you allocate memory to double a pointer?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
wap in c to accept n number display the highest and lowest value
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is operator precedence?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What is pointer in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What is build process in c?
how does printf function work