Answer Posted / rama krishna sidhartha
the variable ram is undeclared,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain about the constants which help in debugging?
Is c is a procedural language?
What are the uses of a pointer?
What is #define in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are the complete rules for header file searching?
What is declaration and definition in c?
What are file streams?
What is void main ()?
How does free() know explain how much memory to release?
Write a C program to count the number of email on text
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Can variables be declared anywhere in c?