Why can't I perform arithmetic on a void* pointer?
No Answer is Posted For this Question
Be the First to Post Answer
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Explain what is dynamic data structure?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
What is .obj file in c?
YBJBU6
Why doesnt that code work?
write a own function for strstr
what is the similarities between. system call and library function?
Write a programe print the sum of series 0,1,2,.....10
How can you increase the size of a statically allocated array?
What is the general form of #line preprocessor?