Do you have any idea about the use of "auto" keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What are the features of c language?
Why c is a mother language?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
What is the difference between printf and scanf in c?
#define f(x) main() { printf("\n%d",f(2+2)); }
What does. int *x[](); means ?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
How can you find out how much memory is available?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,