What are the basic data types associated with c?
No Answer is Posted For this Question
Be the First to Post Answer
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
What is 2 d array in c?
Why C language is a procedural language?
What is typedef struct in c?
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 .
C program to read the integer and calculate sum and average using single dimensional array
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are the uses of a pointer?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What is the use of getchar functions?
write a program to check whether a number is Peterson or not.