Explain what does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are variables and it what way is it different from constants?
What are the advantages of Macro over function?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
What is indirection in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
differnce between do and do while
c program to print a name without using semicolon
Explain how can you restore a redirected standard stream?
What are the 4 data types?
can any one tel me wt is the question pattern for NIC exam
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
read an array and search an element