Posts

Showing posts from March, 2025

Advanced 'C' Question bank(2024-25)(patt.2019)

  a)       Define pointer to pointer. b)       Which functions are used to read a string? c)       Demonstrate “structure within structure” with example d)      What is the use of strcat() function. e)       Define generic pointer. f)        What is string? Give example. g)       Which function is used to open a file? h)       What is use of strcpy() with syntax. i)         What is command line argument? j)         What is file? k)       Define pointer to pointer. l)         Which functions are used to read a string? m)     Demonstrate “structure within structure” with example n)       What is...

PRACTICAL ASSIGNMENT FSD AY2024-25

  MScCS-CS561MJP- FSD1 Practical Assignment 1.       Create an HTML form for Login and write a JavaScript to validate email ID and Password using Regular Expression. 2.       Create an HTML form that contain the Student Registration details and write a JavaScript to validate Student first and last name as it should not contain other than alphabets and age should be between 18 to 50. 3.       Create a Node.js file that will convert the output "Full Stack!" into reverse string. 4.       Using node js create a web page to read two file names from the user and append contents of the         first file into the second file. 5.       Create an HTML form using AngularJS that contain the Student Registration details and validate Student first and last name as it should not contain other than alphabets and age ...