i got 75% in all semester am i eligible for your company
No Answer is Posted For this Question
Be the First to Post Answer
What is storage class?
What is local and global variable in c?
code for concatination of 2 strings with out using library functions?
How to delete a node from linked list w/o using collectons?
By using C language input a date into it and if it is right?
Write a program with dynamically allocation of variable.
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What is multidimensional arrays
What is the memory allocated by the following definition ? int (*x)();
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is string function c?
What is the use of ?