What is the difference between typedef struct and struct?
No Answer is Posted For this Question
Be the First to Post Answer
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what is calloc and malloc?
What is the scope of global variable in c?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
I want tcs placement papers of 2004-2009 , its urgent
HOW CAN ADD OUR FUNCTION IN LIBRARY.
How can I allocate arrays or structures bigger than 64K?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is mean by data types in c?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
What is integer constants?
How can a string be converted to a number?