What is pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm and c program to add two 2x2 matrics
In a header file whether functions are declared or defined?
Why do we use main function?
Sir i need notes for structure,functions,pointers in c language can you help me please
program in c to print 1 to 100 without using loop
Why functions are used in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Why c is called object oriented language?
write a c program to convert fahrenheit to celsius?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What is a example of a variable?