What is main void in c?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
How can you pass an array to a function by value?
write a program to display & create a rational number
Write a program using bitwise operators to invert even bits of a given number.
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
Is int a keyword in c?
what is compiler
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
why return type of main is not necessary in linux
What does static variable mean in c?
What is the difference between malloc calloc and realloc in c?