What is function prototype?
what does ‘Bus Error’ mean?
c pgm count no of lines , blanks, tabs in a para(File concept)
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
how to compare two strings without using strcmp() function??
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
Please list all the unary and binary operators in C.
What is the purpose of the statement: strcat (S2, S1)?
What is string function in c?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what is the defrenece between structure and union
What is 02d in c?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?