What is the purpose of void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a static function in c?
how to add two numbers without using arithmetic operators?
what are the stoge class in C and tel the scope and life time of it?
where can function pointers be used?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
Why we use conio h in c?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
What are terms in math?
can we write a c program with out using main
how to print a statement in c without use of console statement ,with the help of if statement it should print
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,