What is character set?
No Answer is Posted For this Question
Be the First to Post Answer
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
writw a program to insert an element in the begning of a doubly linked list
How can I open files mentioned on the command line, and parse option flags?
how to multiply two number taking input as a string (considering sum and carry )
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Is the following code legal? struct a { int x; struct a b; }
How pointer is different from array?
what is the difference between procedure oriented and object oriented progaming language
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Define Array of pointers.
Explain the properties of union. What is the size of a union variable
How is pointer initialized in c?