Explain about block scope in c?
No Answer is Posted For this Question
Be the First to Post Answer
How would you print out the data in a binary tree, level by level, starting at the top?
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
What are pragmas and what are they good for?
What is pragma c?
Is it possible to create recycle bin in mobiles?
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
what do structure language means?
What is a char in c?
How do I use strcmp?
Without Computer networks, Computers will be half the use. Comment.
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Write a program to print fibonacci series without using recursion?