what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
User define function contain thier own address or not.
what is the hexidecimal number of 4100?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What are the 5 elements of structure?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
write a program which will count occurance of a day between two dates.
how to find turn around time in operating system?
WHAT IS LOW LEVEL LANGUAGE?
Is a pointer a kind of array?
What is && in c programming?
char ch=10;printf("%d",ch);what is the output