Why does this code crash?
No Answer is Posted For this Question
Be the First to Post Answer
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How does the C program handle segmentation faults?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Can you please compare array with pointer?
What is ctrl c called?
Write a program to check whether a number is prime or not using c?
How to find the usage of memory in a c program
what is pointer ?
10 Answers Kernex Micro Systems,
how can write all 1to 100 prime numbers using for loop,if and break ?
Why c language?