Is there any demerits of using pointer?
No Answer is Posted For this Question
Be the First to Post Answer
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
progrem to generate the following series 1 12 123 1234 12345
What do you mean by c?
What is 2 d array in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
program to find middle element of linklist?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the use of in c?
What are the differences between new and malloc in C?
What is the use of structure padding in c?
What is the use of ?: Operator?