How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include<stdio.h>...
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what is the need for main function in c?
ATM machine and railway reservation class/object diagram
Why is not a pointer null after calling free?
how many error occurs in C language ?
What does char * * argv mean in c?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
In a switch statement, what will happen if a break statement is omitted?
What is class and object in c?
difference between string and array?
Explain what is the concatenation operator?