Why doesnt the call scanf work?
No Answer is Posted For this Question
Be the First to Post Answer
What is assert and when would I use it?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How do you initialize function pointers? Give an example?
What is volatile variable how do you declare it?
how to generate the length of a string without using len funtion?
Which weighs more, a gram of feathers or a gram of gold?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
What are the two types of functions in c?
Write a code to remove duplicates in a string.
Differentiate b/w Modify and Update commands giving example.