What is #line?
No Answer is Posted For this Question
Be the First to Post Answer
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
how to find the sizof of any datatype using bit manipulations
Tell me what is null pointer in c?
Is it acceptable to declare/define a variable in a c header?
What are the 4 types of unions?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Program to trim a given character from a string.
What is the concatenation operator?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Explain the differences between public, protected, private and internal.