What are comments and how do you insert it in a C program?
No Answer is Posted For this Question
Be the First to Post Answer
Output for following program using for loop only * * * * * * * * * * * * * * *
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What are the types of operators in c?
What does s c mean on snapchat?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
What is the difference between if else and switchstatement
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
i need all types of question paper releted to "c" and other language.
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Can we change the value of static variable in c?
What is the exact difference between '\0' and ""