How to implement a packet in C
No Answer is Posted For this Question
Be the First to Post Answer
implement general tree using link list
Write down the program to sort the array.
what is pointer?
What is dangling pointer in c?
how to multiply two number taking input as a string (considering sum and carry )
What's wrong with "char *p = malloc(10);" ?
What is scope rule in c?
Is a house a mass structure?
What is the difference between near, far and huge pointers?
Explain how do you print only part of a string?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
How do you search data in a data file using random access method?