C Programming and Technical Programming Output

What is sizeof(a)?
int *a[10];
int *(a)[10];
int **(a)[10];
int *a(int b,char ch);

Read Solution (Total 5)

C Other Question

Which of the following is the correct syntax for declaration of a structure?
Select one:
struct_name;
Struct struct_name;
struct
{
Struct_name;
}
struct struct_name;
write a program
if input string is:
Welcome to Home
then output string will be
Home ot Welocme
Word of string should be odd number