Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
2 8209#include
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 15937Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
1 4093#include
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
2044Post New Infosys C Interview Questions
Why is my phone stuck in safe mode?
Explain the Canny's Algorithm.
Where do we define time profiles?
What is datetime format supported in .csv file for upload in salesforce? : salesforce Data Management
How to implement you own package in laravel?
Is windows 10 still available free?
Mention the difference between Data Mining and Machine learning?
Do you have any professional experience in this field?
what message is sent to an application when the user presses the primary button?
What is the key to success in this job?
how do you debug and test your sas programs? : Sas programming
How you can handle frames using selenium 2.0?
Its danger for human to sleep at night under a big a tree, why its not danger for birds because they sit on the tree whole night?
Write the condition for critical point (a,b) to become function f(x,y) minimum.
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.