program to find error in linklist.(i.e find whether any
node point wrongly to previous nodes instead of next node)
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is a char c?
code for reverse alternate words from astring
Can math operations be performed on a void pointer?
hi how to convert program from notepad to turboc editor can u please help me
Why do we use stdio h and conio h?
Is malloc memset faster than calloc?
Why are all header files not declared in every c program?
Explain c preprocessor?
What is c basic?
Differentiate between ordinary variable and pointer in c.
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?