List some of the dynamic data structures in C?
What is masking?
Is file a keyword in c?
How can a program be made to print the line number where an error occurs?
What is a const pointer in c?
What is an identifier?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Does c have function or method?
What is the best way of making my program efficient?
What are c identifiers?
Explain how do you sort filenames in a directory?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
How can I call fortran?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is time null in c?