Interview Questions on VB.Net with Answers Pdf - 2
Question: 6
Whether the C# support the pointer or not?
A third category of types called pointers is available for use only in unsafe code.
The keyword unsafe is used to perform the pointer operations with the C#.
Question: 7
How do I convert a string to an int in C#?
Here’s an example: using System;
Class StringToInt
{
Public static void Main ()
{
String s = “105”;
Int x = Convert. ToInt32(s);
Console. WriteLine (x);
}
}
Related Questions
Recent Articles
GATE Database Concepts Questions Pdf More
Samacheer Kalvi 12th Computer Science Model Question Paper More
GATE Electronic Data Interchange Questions and Answers More
DBMS Multiple Choice Questions with Answers for GATE Pdf More
Computer Ethics MCQ Quiz with Answers More
IBPS Clerk Computer Awareness Question Bank Pdf More
December-04-2024
| Meritnotes
Samacheer Kalvi 12th Computer Science Model Question Paper More
December-02-2024
| Meritnotes
GATE Electronic Data Interchange Questions and Answers More
December-01-2024
| Meritnotes
DBMS Multiple Choice Questions with Answers for GATE Pdf More
November-30-2024
| Meritnotes
Computer Ethics MCQ Quiz with Answers More
November-27-2024
| Meritnotes
IBPS Clerk Computer Awareness Question Bank Pdf More
November-25-2024
| Meritnotes
Trending Posts
1000+ Banking Question Paper with Answers Pdf More
1000+ Computer Awareness Quiz for Bank Exams 2023-2024 More
Sports Quiz Questions and Answers More
1000+ Advanced Data Structure MCQ Questions and Answers Pdf More
C# Interview Questions and Answers More
1000+ Physics Questions for SSC CHSL Tier 1, Tier 2 Exam Pdf More
April-02-2021
| Meritnotes
1000+ Computer Awareness Quiz for Bank Exams 2023-2024 More
August-29-2022
| Meritnotes
Sports Quiz Questions and Answers More
August-28-2019
| Meritnotes
1000+ Advanced Data Structure MCQ Questions and Answers Pdf More
September-11-2022
| Meritnotes
C# Interview Questions and Answers More
August-28-2019
| Meritnotes
1000+ Physics Questions for SSC CHSL Tier 1, Tier 2 Exam Pdf More
June-04-2023
| Meritnotes