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
No Answer is Posted For this Question
Be the First to Post Answer
plz answer.. a program that takes a string e.g. "345" and returns integer 345
When should volatile modifier be used?
what is c language?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What happens if a header file is included twice?
Explain what are the different data types in c?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
all c language question
plz let me know how to become a telecom protocol tester. thank you.
What is sorting in c plus plus?
Give the rules for variable declaration?