What is the process of writing the null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
sum of two integers values only other then integer it should print invalid input.
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
Write a program to implement queue.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
about c language
Why ca not I do something like this?
Who developed c language and when?
What is the difference between variable declaration and variable definition in c?
Program to find larger of the two numbers without using if-else,while,for,switch
What is scope rule of function in c?
Is that possible to store 32768 in an int data type variable?