What is the advantage of c?
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?
Does c have class?
input any 4 digit number and find the difference of all the digits?
Discuss the function of conditional operator, size of operator and comma operator with examples.
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
What is the use of printf() and scanf() functions?
Explain the priority queues?
What are the similarities between c and c++?
Is malloc memset faster than calloc?
What is string constants?
pgm to find middle element of linklist(in efficent manner)
What are the 4 types of organizational structures?