What does p mean in physics?
No Answer is Posted For this Question
Be the First to Post Answer
What is null character in c?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
In a header file whether functions are declared or defined?
Write a program to find the biggest number of three numbers in c?
how to write a data 10 in address location 0x2000
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
What functions are used in dynamic memory allocation in c?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
what is event driven software and what is procedural driven software?