What is a node in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the memory allocated by the following definition ? int (*x)[10];
in iso what are the common technological language?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
Hi, main() { } Is a user defined function or Built in Functionn
what is function pointer?
WHOT IS CHAR?
What are pointers in C? Give an example where to illustrate their significance.
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Lists the benefits of c programming language?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above