What is the newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS HIGH LEVEL LANGUAGE?
Are pointers integers in c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Explain what is the general form of a c program?
what is the syallabus of computer science students in group- 1?
What do you understand by normalization of pointers?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
what do you mean by inline function in C?
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.
What are static functions?
How do I access command-line arguments?