What is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need functions in c?
What is Bitwise Operator and how it works?
What is the advantage of an array over individual variables?
How to add two numbers with using function?
What is the purpose of the preprocessor directive error?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Write a program in c using only loops to print * * * * * *******
Do pointers need to be initialized?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What is static memory allocation? Explain
What is a method in c?
where do we use volatile keyword?