Skip to main content

Posts

Various keyword present in C programming language OR Describe Various keyword present in C programming language

 Various keyword present in C programming language  OR  Describe Various keyword present in C programming language Here...Various keyword present in C programming language Explain tips to            help you make the new concepts, you are learning            as a beginner to  become a Master in any programming languages really very most important: A keyword is a reserved word. You cannot use it as a variable name, constant  name, etc.  There are only 32 reserved words (keywords) in the C language. A list of 32 keywords in the c language is given below: 1.auto 2.break 3.case 4.char 5.const 6.continue  7.default  8.do 9.double 10.else 11.enum 12.extern 13.float 14.for 15.goto 16.if 17.int 18.long 19.register     20.return  21.short        22.signed  23.sizeof  24.static 25.struct 26.switch  27.typedef    28.union   29.unsigned    30.void    31.volatile  32.while Description of all Keywords in C auto The auto keyword declares automatic variables.  For exampl

Which programming language to learn in accordance with the future market?

 Which programming language to learn in accordance with the future market? Here...Excellent tips to help you make the new concepts, you are learning  as a beginner to Which programming language to learn in accordance  with the future market really very most important: 1.Well it actually depends on what type of language are you talking about like scripting language, developing language or database manipulation language, or something else. As far as the future is considered no one can predict anything about it.     Take the example of smartphones. Who would have thought a few years before the     the invention of the iPad or iPhones we were going to have something like that.     What I mean to say is that today technology is changing our world so rapidly that     you cannot guarantee what will be the level of science tomorrow. well now     coming back to the languages, I cannot tell you what language to learn     keeping the future in mind but I can certainly tell you the     languages c

Can we get a job in govt sector with skills of programming languages or python

 Here is...Can we get a job in govt sector with skills of programming languages or python             you make the new concepts, you are learning it is very important: 1.I too used to ask people the same thing when I was searching a job     but as time passed, got to know that its not the best thing that will keep     you ahead of its best within you which will keep you going.    So choose a language you are good in. Basic of all languages are     same mostly but you have to decide your own path.    Some learn programming as per the demand but passionate programmers     don't go with the flow, I think so    If you’re interested in becoming a developer, it’s important to be well-versed in     a number of programming languages so you can be versatile and adaptable     and then continue to learn/master languages throughout your career.    While this isn’t an extensive list, it does provide insight into the     most in-demand programming languages sought after by employers.    After be

What programming languages will use after 2020 in Google? OR Top 5 programming language will be use 2021 in Google

 What programming languages will use after 2020 on Google? OR Top 5 programming language will be using 2021 in Google Here...What programming languages will use after 2020 in Google OR          Top 5 programming language will be using 2021 in Google to          help you make the new concepts, you are learning programming           Languages are really very important. It’s still mid-2020, so why not learn those languages worth  learning in 2021 now, by the end of this year? So the answer is exactly the same languages that are worth learning now in 2020, plus  possibly the super awesome newly appearing in 2021 languages of the  future (if any), most of which we wouldn't even know about yet. It’s also roughly the same programming languages that were worth learning in 2019 or 2018.  Extend that by induction to as many years as you want in the last couple of decades, as the  most popular languages that are worth learning now were created more than a couple of  decades ago and are still

How to impress my girlfriend who loves Python programming language?

 How to impress my girlfriend who loves Python programming language? Here...How to impress my girlfriend who loves Python programming language to              help you make the new concepts, you are learning programming               Languages are really very important. 1.Some ideas:  ->Be a good listener. Ask good questions about what they're talking about.  ->Tell interesting, funny stories. Express yourself well.  ->Know about (and take the person) to a really good restaurant that's not common knowledge. Show respect and courtesy to the staff there. ->Have fun!!! Make the date easy and comfortable, for both of you. ->If the situation allows, bust out some killer dance moves. ->In short, impress a computer programmer in the same way you'd impress anyone else.       Don't try to learn some computer jargon to show that you understand computers...that will only work on people who don't know anything about computers so you'd be using computer jar

What should I do after knowing computer languages like C,Java ,Python?

What should I do after knowing computer languages like C, Java, Python? Here...What should I do after knowing computer languages like C, Java, Python?              help you make the new concepts, you are learning a programming               Languages are really very important. 1.The field is wide, don't limit yourself to just programming knowledge    now in this era as if see future for the next 10 years, Data Mining    and Analytics, Artificial Intelligence, etc have great scope to dive in.   You have got great deep knowledge of these programming languages so    now focus on how to optimize programs that you are    coding, likewise time optimization, code optimization, etc. 2.It depends on how much you understood that language and how you can use it.   If you love the android app then build it with java.   If you want automation and ai then do it with python.   Basically learn Algorithm and Data structure build    application and contribute to open source projects 3.You don’t lear

How to make an assignment software with Django? OR How to make the Django project Explain step by step?

😀 How to make an assignment software with Django? OR How to make the Django project Explain step by step?😁 Here How to make an assignment software with Django? OR, How to make a Django project Explain step by step to help you make the new             concepts, you are learning to program             Languages were really very important. Prerequisites: Set up a Django development environment.  Objective: To be able to use Django's tools to start your own new website projects. Initial Set-Up To begin, navigate to a new directory on your computer. For example,  we can create a HelloWorld folder on the Desktop with the following commands. $ cd ~/Desktop $ mkdir helloworld && cd helloworld Make sure you’re not already in an existing virtual environment at this point.  If you see text in parentheses () before the dollar sign ($) then you are. To exit it, type exit and hit Return. The parentheses should disappear which means that the virtual environment is no longer active. We’l