What are the types of type specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Explain what is #line used for?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
what is difference between overriding and overloading?
What is bash c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
write a program to print %d ?
how to use showbits function?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
How to explain the final year project as a fresher please answer with sample project
What is the explanation for cyclic nature of data types in c?