What is scope rule in c?
No Answer is Posted For this Question
Be the First to Post Answer
Program to write some contents into a file using file operations with proper error messages.
Explain the difference between the local variable and global variable in c?
How can I invoke another program from within a C program?
how to write palindrome program?
Explain what is the heap?
Write a program in c to print * * * * * *******
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
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'); }
Write a programe print the sum of series 0,1,2,.....10
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Are global variables static in c?
post new interiew question and aptitude test papers