How can I recover the file name given an open stream?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of an algorithm to C programming?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What is a nested loop?
Is it possible to run using programming C for Java Application?
What is string in c language?
#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?
Why can’t constant values be used to define an array’s initial size?
What are the different types of pointers?
which type of question asked from c / c++ in interview.
what is bitwise operator?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
How the c program is executed?