What is a function simple definition?
No Answer is Posted For this Question
Be the First to Post Answer
What is c variable?
Explain what is wrong with this program statement? Void = 10;
Write the Program to reverse a string using pointers.
What is the purpose of #pragma directives in C?
What is hashing in c?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
two variables are added answer is stored on not for third variable how it is possible?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
What does 3 mean in texting?
What is #define size in c?
what is disadvantage of pointer in C
What is structure and union in c?