Are the expressions * ptr ++ and ++ * ptr same?
No Answer is Posted For this Question
Be the First to Post Answer
What does a pointer variable always consist of?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
how to find string length wihtout using c function?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
How important is structure in life?
Can you define which header file to include at compile time?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Write a program in c to input a 5 digit number and print it in words.
What does %c do in c?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Explain what are preprocessor directives?
How can I copy just a portion of a string?