Why shouldn’t I start variable names with underscores?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers?
What is function in c with example?
Why we use stdio h in c?
Is return a keyword in c?
what is pointer?
13 Answers HCL, TCS,
write a program structure to find average of given number
Are there constructors in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
write a c program to convert fahrenheit to celsius?
Why double pointer is used in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How can I access a memory located at certain address?