Differentiate between ordinary variable and pointer in c.
No Answer is Posted For this Question
Be the First to Post Answer
What does %c do in c?
Why is c called a mid-level programming language?
What is meant by type casting?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is the size of structure pointer in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
why do some people write if(0 == x) instead of if(x == 0)?
Why #include is used in c language?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
who is the father of C Language?
20 Answers CTS, UST,
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What is default value of global variable in c?