Why is malloc used?
How to implement a packet in C
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
Why can't I perform arithmetic on a void* pointer?
what is an inline fuction??
What are the types of c language?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
Write a program that can show the multiplication table.
What is the use of ?
name the language for writing c compiler?
What is void main () in c?
Is c still used in 2019?