How can you allocate arrays or structures bigger than 64K?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of "dangling pointers" in C.
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is nested structure in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the description for syntax errors?
What is a keyword?
Write a program to find factorial of a number using recursive function.
What are control structures? What are the different types?
What is wrong in this statement? scanf(“%d”,whatnumber);
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
can we access one file to one directory?