Can the curly brackets { } be used to enclose a single line of code?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Explain the array representation of a binary tree in C.
What is the mean of this statement:: if(int i=0 * i=9)
Can you please explain the difference between malloc() and calloc() function?
write a program in C to swap two variables
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
How do you define a function?
what is linkage error when it occurs in c program
Find greatest number out of 10 number without using loop.
Write a program to check whether a number is prime or not using c?
What does sizeof function do?