Write a code to generate divisors of an integer?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is the purpose of sprintf() function?
What is a floating point in c?
Do you have any idea about the use of "auto" keyword?
write a program to print the one dimensional array.
What is clrscr ()?
What is the right type to use for boolean values in c? Is there a standard type?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
what is develop in c language
what is the role you expect in software industry?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
How many types of errors are there in c language? Explain