What's the difference between constant char *p and char * constant p?
No Answer is Posted For this Question
Be the First to Post Answer
why programming language C is still used in operating system's kernel??
nic scientist exam
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are the features of the c language?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Explain what is a 'locale'?
read a number & print all its devisors using c-program?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
what is the defrenece between structure and union
Is c call by value?
How many main () function we can have in a project?