What is scanf_s in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the concatenation operator?
What is the difference between arrays and pointers?
In which layer of the network datastructure format change is done
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain what does a function declared as pascal do differently?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Here is a neat trick for checking whether two strings are equal
what is ans for this scanf(%%d",c);
What are unions in c?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.