What are the similarities between c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is printf () in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is structure in c definition?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What is meant by inheritance?
Write a program to generate the Fibinocci Series
how memory store byte
int i=10; printf("%d %d %d", i, i=20, i);
Write a program to swap two numbers without using third variable in c?
What is struct node in c?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }