Can variables be declared anywhere in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by data types in c?
Explain the red-black trees?
What are the advantage of c language?
how to print this sereis 2 4 3 6 5..........?
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.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
1,1,5,17,61,217,?,?.
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
If you know then define #pragma?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
char ch="{'H','I',0};printf("%s",ch);what is output