What are the different types of objects used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What are integer variable, floating-point variable and character variable?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
what is the height of tree if leaf node is at level 3. please explain
What do you mean by recursion in c?
Write a program to compute the following 1!+2!+...n!
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
wt is d full form of c
what is the difference b/w compiler and debugger?
How to set a variable in the environment list?