What is a program flowchart?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how do you list a file’s date and time?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What is wrong with this code?

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


What is memmove?

1 Answers   Oracle,






Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


What is signed and unsigned?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


Do pointers need to be initialized?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,


Categories