Discuss the function of conditional operator, size of operator and comma operator with examples.
No Answer is Posted For this Question
Be the First to Post Answer
What is Conio.h ?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is meant by int main ()?
What are the advantages of the functions?
what is function pointer?
What is pointer to pointer in c?
Differentiate call by value and call by reference?
why ordinary variable store the later value not the initial
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is string function c?