without a terminator how can we print a message in a printf
() function.
Answer Posted / adesh
#include<stdio.h>
#include<conio.h>
main()
{
if("adesh")
{
}
}
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is omp_num_threads?
What is meant by errors and debugging?
What is meant by keywords in c?
#include
What is function prototype?
What are 3 types of structures?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is keyword with example?
Why we use int main and void main?
What is wrong with this program statement? void = 10;
define string ?
What do you mean by keywords in c?
#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); }
What are the 3 types of structures?