What does s c mean on snapchat?
No Answer is Posted For this Question
Be the First to Post Answer
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
What is cohesion in c?
Explain a pre-processor and its advantages.
Differentiate between Macro and ordinary definition.
What do you understand by normalization of pointers?
Why is c called a structured programming language?
Explain built-in function?
why i join syntel?
23 Answers ABC, Syntel, TCS,
wt is d full form of c
what does keyword ‘extern’ mean in a function declaration?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }