What is an auto variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Can you please explain the difference between malloc() and calloc() function?
What does the error 'Null Pointer Assignment' mean and what causes this error?
c program to compute AREA under integral
find largest element in array w/o using sorting techniques.
Why ca not I do something like this?
Explain how does flowchart help in writing a program?
What are .h files and what should I put in them?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Sir i need notes for structure,functions,pointers in c language can you help me please