What do you mean by keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is c?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
How can you draw circles in C?
How many types of functions are there in c?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is memory leak in c?
What is the use of the function in c?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
List some applications of c programming language?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }