What are valid operations on pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain why C language is procedural?
Explain what are binary trees?
When should the volatile modifier be used?
What is the default value of local and global variables in c?
What is the difference between memcpy and memmove?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
How many identifiers are there in c?
Program to write some contents into a file using file operations with proper error messages.
wt is d full form of c
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What is clrscr ()?