What are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the purpose of sprintf() function?
Can we declare a function inside a function in c?
What's wrong with "char *p; *p = malloc(10);"?
What is the difference between constant pointer and pointer to a constant. Give examples.
What are formal parameters?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
write a program to display reverse of a number using for loop?
What is meant by global static? why we have to use static variable instead of Global variable
What is c language in simple words?
Without using main fn and semicolon,print remainder for a given number in C language