What is build process in c?
No Answer is Posted For this Question
Be the First to Post Answer
How old is c programming language?
Is a house a shell structure?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
#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 the valid places to have keyword “break”?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
Can you add pointers together? Why would you?
How to print "I Love My India" without using semi colon?
How to compare array with pointer in c?
What is the difference between File pointer and Internal Charecter Pointer?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Write a C program to count the number of email on text