Is c object oriented?
What is a pointer on a pointer in c programming language?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Explain how do you generate random numbers in c?
Write a program to compute the following 1!+2!+...n!
multiple of 9 without useing +,* oprator
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Explain what is wrong with this statement? Myname = ?robin?;
difference between spiral and waterfall model
What is a nested loop?